Created
April 13, 2018 17:44
-
-
Save trilom/eb12f48d8db3fedd0258f21c98c3cbd9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
###Gist Examples | |
## Upload clipboard with a file name of "Gist Help" and copy the resulting gist to your clipboard. | |
gist -c -f "Gist Help" -P | |
## Do tha same as above, but private. | |
gist -c -f "Gist Help" -p -P | |
# Upload a local file with the same gist name. | |
gist ab.rb | |
# Do the same with multiple files | |
gist a b c | |
gist *.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment