diff options
Diffstat (limited to 'src/bin/ngit/cli.rs')
| -rw-r--r-- | src/bin/ngit/cli.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bin/ngit/cli.rs b/src/bin/ngit/cli.rs index 164035b..68b18a7 100644 --- a/src/bin/ngit/cli.rs +++ b/src/bin/ngit/cli.rs | |||
| @@ -67,6 +67,9 @@ Or just for this repository: | |||
| 67 | 67 | ||
| 68 | Other useful settings: | 68 | Other useful settings: |
| 69 | - 'nostr.nostate true' to avoid publishing a state event when pushing to a nostr remote. | 69 | - 'nostr.nostate true' to avoid publishing a state event when pushing to a nostr remote. |
| 70 | - 'nostr.repo-relay-only true' to only publish nostr events to repo relays, skipping user and | ||
| 71 | default relays. Useful for repositories where you don't want to broadcast to your personal | ||
| 72 | relay set. Set via `git config nostr.repo-relay-only true` or `ngit init --repo-relay-only`. | ||
| 70 | - Login settings configured during `ngit account login`: | 73 | - Login settings configured during `ngit account login`: |
| 71 | - nostr.nsec - nsec or ncryptsec | 74 | - nostr.nsec - nsec or ncryptsec |
| 72 | - nostr.npub - used for ncryptsec and remote signer | 75 | - nostr.npub - used for ncryptsec and remote signer |