git-encrypted-host-git-api

If you're using the git-encrypted package in an environment where git is installed, then this package provides an API that calls `git pull`, `git fetch`, `git clone` etc on the host system.

Usage no npm install needed!

<script type="module">
  import gitEncryptedHostGitApi from 'https://cdn.skypack.dev/git-encrypted-host-git-api';
</script>

README

git-encrypted-host-git-api

If you're using the git-encrypted package in an environment where git is installed, then this package provides an API that calls git pull, git fetch, git clone etc on the host system.

This is primarily used for git ssh urls like git@host.tld:user/repo.git which isomorphic-git is unable to handle.