diff options
| author | tekkub <tekkub@gmail.com> | 2010-01-17 02:29:19 -0700 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2010-01-17 02:29:19 -0700 |
| commit | e6765dcbe4161d70a014cce74cd099fed0429ca1 (patch) | |
| tree | 5bffa11e43cbb1221bb24cee1932a47ee87e026d /_posts/2009-06-20-git-email-settings.textile | |
| parent | 434c507742b1bce8cd928baebc3f32b06a46e62c (diff) | |
Some new (old) guides
Diffstat (limited to '_posts/2009-06-20-git-email-settings.textile')
| -rw-r--r-- | _posts/2009-06-20-git-email-settings.textile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/_posts/2009-06-20-git-email-settings.textile b/_posts/2009-06-20-git-email-settings.textile index 6898ed7..f4dcadb 100644 --- a/_posts/2009-06-20-git-email-settings.textile +++ b/_posts/2009-06-20-git-email-settings.textile @@ -28,7 +28,9 @@ $ git config user.email "not@tekkub.net"</pre> h2. GitHub token config -Some tools connect to GitHub without SSH, for these tools you need to set your "local GitHub config":http://github.com/blog/180-local-github-config. You can find your token at the top of the "account page":https://github.com/account +Some tools connect to GitHub without SSH, for these tools you need to set your "local GitHub config":http://github.com/blog/180-local-github-config. You can find your token on the "account page":https://github.com/account + +!http://img.skitch.com/20091209-k5x2xa1rrc889deqmp53464m8n.png! <pre class="terminal">$ git config --global github.user tekkub $ git config --global github.token 0123456789abcdef0123456789abcdef</pre> |
