From 6e4eaa1e31846f42fa50cee48b73bf0079e9aba6 Mon Sep 17 00:00:00 2001 From: tekkub Date: Mon, 27 Jul 2009 01:51:05 -0600 Subject: Make pretty console pre blocks --- _posts/2009-06-20-git-email-settings.textile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 4a1d08d..c057413 100644 --- a/_posts/2009-06-20-git-email-settings.textile +++ b/_posts/2009-06-20-git-email-settings.textile @@ -12,7 +12,7 @@ Git needs to know your username and email address to properly credit your commit p(. _The "email" setting does not have to be a valid email address, it only need match the "user@server" naming scheme._ -
$ git config --global user.name "Tekkub"
+
$ git config --global user.name "Tekkub"
 $ git config --global user.email "tekkub@gmail.com"
h2. Overriding settings for individual repos @@ -21,7 +21,7 @@ If you do not want commits to be "blamed" on your global email setting, you can p(. _This change will only affect future commits. Existing commits will retain the info they were committed with._ -
$ cd my_other_repo
+
$ cd my_other_repo
 $ git config user.name "Not Tekkub"
 $ git config user.email "not@tekkub.net"
@@ -29,7 +29,7 @@ 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 -
$ git config --global github.user tekkub
+
$ git config --global github.user tekkub
 $ git config --global github.token 0123456789abcdef0123456789abcdef
If you change your GitHub password a new token will be created, therefore you'll need to change this setting. \ No newline at end of file -- cgit v1.3.1