1
0

Set gist visibility via Git push options (#215)

هذا الالتزام موجود في:
Thomas Miceli
2024-01-30 00:07:57 +01:00
الأصل 7a75c5ecfa
التزام db6d6a5eba
15 ملفات معدلة مع 326 إضافات و213 حذوفات

عرض الملف

@@ -0,0 +1,13 @@
# Push Options
Opengist has support for a few [Git push options](https://git-scm.com/docs/git-push#Documentation/git-push.txt--oltoptiongt).
These options are passed to `git push` command and can be used to change the metadata of a gist.
## Change visibility
```shell
git push -o visibility=public
git push -o visibility=unlisted
git push -o visibility=private
```