diff options
author | наб <nabijaczleweli@nabijaczleweli.xyz> | 2020-08-14 18:29:37 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-08-17 10:17:53 -0400 |
commit | 08dff73cfe7344180c05d0b41a910fade06f294e (patch) | |
tree | a845ab2c276ffaa1e232f1c0b4d44050b91d2192 | |
parent | 1812faa0fe836f14847d2932de7ba0a8bfceddc2 (diff) | |
download | sr.ht-docs-08dff73cfe7344180c05d0b41a910fade06f294e.tar.gz |
git.sr.ht: Document description/visibility push 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. |