Add git push option for description (#412)

This commit is contained in:
千橙
2025-01-20 09:16:31 -08:00
committed by GitHub
parent 662f553d37
commit 2ab9cf556f
2 changed files with 11 additions and 0 deletions

View File

@ -17,6 +17,12 @@ git push -o title=Gist123
git push -o title="My Gist 123"
```
## Change description
```shell
git push -o description="This is my gist description"
```
## Change visibility
```shell