Upload code to https://gist.github.com. More information: https://github.com/defunkt/gist.
gist --login
gist {{file.txt}} {{file2.txt}}
gist -p -d {{"A meaningful description"}} {{file.txt}}
stdin
and create a gist from it:{{echo "hello world"}} | gist
gist -l
gist -l {{user_name}}
gist -u {{GIST_ID}} {{file.txt}}