Skip to content

Instantly share code, notes, and snippets.

@atsushi-kitazawa
Created March 6, 2021 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atsushi-kitazawa/aaa4b7005515e8e7cc8bb3aee8894f0a to your computer and use it in GitHub Desktop.
Save atsushi-kitazawa/aaa4b7005515e8e7cc8bb3aee8894f0a to your computer and use it in GitHub Desktop.
gh gist command memo
- gist create
gh gist create --public <filename> -d <description>
- gist edit
gh gist list -L 30
gh gist list -L 30 | awk '{ if(NR==1){print $1}}' | pbcopy
gh gist edit <id> -a <filename>
gh gist edit <id> -f <filename>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment