From e6765dcbe4161d70a014cce74cd099fed0429ca1 Mon Sep 17 00:00:00 2001 From: tekkub Date: Sun, 17 Jan 2010 02:29:19 -0700 Subject: Some new (old) guides --- _posts/2009-06-20-git-email-settings.textile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '_posts/2009-06-20-git-email-settings.textile') 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" 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!
$ git config --global github.user tekkub
 $ git config --global github.token 0123456789abcdef0123456789abcdef
-- cgit v1.3.1