1
0
mirror of https://github.com/thomiceli/opengist synced 2024-11-08 12:55:50 +01:00
opengist/docs/usage/git-push-options.md
2024-04-03 01:56:55 +02:00

571 B

Push Options

Opengist has support for a few Git push options.

These options are passed to git push command and can be used to change the metadata of a gist.

Set URL

git push -o url=mygist # Will set the URL to https://opengist.example.com/user/mygist

Change title

git push -o title=Gist123
git push -o title="My Gist 123"

Change visibility

git push -o visibility=public
git push -o visibility=unlisted
git push -o visibility=private