This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Will Benton (author)
Mon Oct 19 12:58:56 -0700 2009
gist /
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Thu Oct 30 11:11:58 -0700 2008 | |
| |
README.markdown | Mon Apr 27 19:05:24 -0700 2009 | |
| |
battle.png | Fri Oct 10 17:20:04 -0700 2008 | |
| |
gist.rb | Mon Oct 19 13:06:21 -0700 2009 |
README.markdown
Gist: The Script
Works great with Gist: The Website.
Installation
curl http://github.com/defunkt/gist/raw/master/gist.rb > gist &&
chmod 755 gist &&
sudo mv gist /usr/local/bin/gist
Use
gist < file.txt
echo secret | gist --private # or -p
gist 1234 > something.txt
Authentication
Just have your git config set up with your GitHub username and token.
git config --global github.user "your-github-username"
git config --global github.token "your-github-token"
You can find your token under your account.
Ninja vs Shark









