Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 370 Bytes

git-push-options.md

File metadata and controls

13 lines (9 loc) · 370 Bytes

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.

Change visibility

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