upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-11-27 11:48:05 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-11-27 11:48:05 +0000
commit9632349a85fd53bc5af272d3539d38030567412b (patch)
treea58cc9438b76ff81e7ed11821e18f24abec083a7 /README.md
parent7f5984d0609dd7ad630623b6331234cc7ef5944a (diff)
build: add description to help
and add `ngit init` to description / help content
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5f75ab5..6117ada 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,11 @@
1# ngit 1# ngit
2 2
3a command-line tool and git plugin to work with nostr enabled git repositories 3nostr 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
9browse [gitworkshop.dev/repos](https://gitworkshop.dev/repos) to find nostr repositories. 10browse [gitworkshop.dev/repos](https://gitworkshop.dev/repos) to find nostr repositories.
10 11