diff options
-rw-r--r-- | git.sr.ht/index.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git.sr.ht/index.md b/git.sr.ht/index.md index 803e614..2a6382b 100644 --- a/git.sr.ht/index.md +++ b/git.sr.ht/index.md @@ -66,6 +66,8 @@ option` or `-o option=value`. - **debug**: prints the UUID assigned to your git push. You may be asked to provide this when troubleshooting push issues. - **skip-ci**: skips submitting builds.sr.ht jobs for this push. +- **description**: set the repository's description +- **visibility**: set the repository's visibility (`public`, `unlisted`, or `private`) All of your push options, including ones not recognized by git.sr.ht itself, are forwarded to any webhooks you have configured for your repository. |