diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,10 +1,11 @@ | |||
| 1 | # ngit | 1 | # ngit |
| 2 | 2 | ||
| 3 | a command-line tool and git plugin to work with nostr enabled git repositories | 3 | nostr plugin for git |
| 4 | 4 | ||
| 5 | - clone a nostr repository, or add as a remote, by using the url format nostr://pub123/identifier | 5 | - clone a nostr repository, or add as a remote, by using the url format nostr://pub123/identifier |
| 6 | - remote branches begining with `pr/` are open PRs from contributors; `ngit list` can be used to view all PRs | 6 | - remote branches begining with `pr/` are open PRs from contributors; `ngit list` can be used to view all PRs |
| 7 | - to open a PR, push a branch with the prefix `pr/` or use `ngit send` for advanced options | 7 | - to open a PR, push a branch with the prefix `pr/` or use `ngit send` for advanced options |
| 8 | - publish a repository to nostr with `ngit init` | ||
| 8 | 9 | ||
| 9 | browse [gitworkshop.dev/repos](https://gitworkshop.dev/repos) to find nostr repositories. | 10 | browse [gitworkshop.dev/repos](https://gitworkshop.dev/repos) to find nostr repositories. |
| 10 | 11 | ||