diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-12-20 10:48:36 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-12-20 10:48:36 +0000 |
| commit | 95be5e8be464335cfc5d329201e0ccc119e7ce00 (patch) | |
| tree | bd7fbac9e4de9593d2dfc8c07e7c897a17156608 /README.md | |
| parent | 97de61aef110414bad8a1a3f8506e9c1efb37402 (diff) | |
docs: add nip05 git nostr url to readme
in the instruction and in the link to contribute
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | nostr plugin for git | 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|nip05-address>/<identifier> |
| 6 | - remote branches beginning with `pr/` are open PRs from contributors; `ngit list` can be used to view all PRs | 6 | - remote branches beginning 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 | - publish a repository to nostr with `ngit init` |
| @@ -23,7 +23,7 @@ run the commands `ngit` and `git-remote-nostr` to ensure the binaries are in you | |||
| 23 | 23 | ||
| 24 | [gitworkshop.dev/repos/ngit](gitworkshop.dev/r/naddr1qqzxuemfwsq3gamnwvaz7tmjv4kxz7fwv3sk6atn9e5k7q3q5qydau2hjma6ngxkl2cyar74wzyjshvl65za5k5rl69264ar2exsxpqqqpmejawq4qj) to report issues and see PRs | 24 | [gitworkshop.dev/repos/ngit](gitworkshop.dev/r/naddr1qqzxuemfwsq3gamnwvaz7tmjv4kxz7fwv3sk6atn9e5k7q3q5qydau2hjma6ngxkl2cyar74wzyjshvl65za5k5rl69264ar2exsxpqqqpmejawq4qj) to report issues and see PRs |
| 25 | 25 | ||
| 26 | use ngit to submit PRs with clone url: `nostr://npub15qydau2hjma6ngxkl2cyar74wzyjshvl65za5k5rl69264ar2exs5cyejr/relay.damus.io/ngit` | 26 | use ngit to submit PRs with clone url: `nostr://dan@gitworkshop.dev/relay.damus.io/ngit` |
| 27 | 27 | ||
| 28 | ## primer | 28 | ## primer |
| 29 | 29 | ||