Git Integration | JSS Docs

JSS includes a Git HTTP backend, allowing you to use standard git commands with pods.

Requires acl:Read permission.

Requires acl:Write permission.

After a successful push to a non-bare repository, JSS automatically updates the working directory. No post-receive hooks needed.

npm install -g git-credential-nostr
git-credential-nostr generate
git config --global credential.helper nostr
git config --global nostr.privkey <key>

# Generate ACL for your repo
cd myrepo
git-credential-nostr acl > .acl
git add .acl && git commit -m "Add ACL"
git push