From 6d5c20402c1e0f33457d57038801162bb51d6c76 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 23 Feb 2024 14:31:07 +0000 Subject: [PATCH] feat(ngit): improve copy to align with ngit embeded help content --- src/routes/ngit/+page.svelte | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/routes/ngit/+page.svelte b/src/routes/ngit/+page.svelte index 1303ac6..5ea6e98 100644 --- a/src/routes/ngit/+page.svelte +++ b/src/routes/ngit/+page.svelte @@ -51,33 +51,33 @@ ngit init - for maintainers to signal they are accepting proposals via nostr + signal you are this repo's maintainer accepting proposals via nostr

ngit send - send commits on current branch as a proposal + issue commits as a proposal

ngit list - list proposals; optionally apply them as a new branch + list proposals; checkout, apply or donwload selected

and when on a proposal branch:

ngit push - send new commits as proposal ammendments + send proposal revision

ngit pull - fetch and apply new proposal commits + fetch and apply new proposal commits / revisions linked to branch

Learn More