gitnostr
gitnostr copied to clipboard
Git integration for Nostr that supports creation and cloning of repositories and managing permissions of to access the repositorie
readme.md has instructions to use the command `repo permissions` when it should be `repo permission`. From main.go: ```go switch cmd { case "repo": subcmd := os.Args[2] switch subcmd { case...
This project is looking awesome. Thank you very much for it. I was thinking it would fit very well with https://nostrbounties.com/b/2b51d5a0b05495073966ff593c4ddb9a3c3ca16c0bd743d0e36941329c49b4a7 and enable a seamless code collaboration flow. I was...
Hey @spearson78 👋 I’ve been running gitnostr for gittr.space and built a few optional add-ons into a fork. They’re all behind opt-in config flags (config/env), but they’ve saved me a...