From 2575b8a597d3febb0088d02fb64214c3dbd5fd57 Mon Sep 17 00:00:00 2001 From: Cameron McEfee Date: Mon, 16 May 2011 10:23:11 -0700 Subject: bring documentation in line with new styles --- _posts/2010-10-14-git-cheat-sheets.textile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '_posts/2010-10-14-git-cheat-sheets.textile') diff --git a/_posts/2010-10-14-git-cheat-sheets.textile b/_posts/2010-10-14-git-cheat-sheets.textile index acbb337..50b5449 100644 --- a/_posts/2010-10-14-git-cheat-sheets.textile +++ b/_posts/2010-10-14-git-cheat-sheets.textile @@ -24,7 +24,7 @@ identify yourself to git: email and your name @git config --global user.name "David Beckwith"@ -@git config --global user.email "dbitsolutions@@@gmail.com"@ +

git config --global user.email "dbitsolutions@gmail.com"

To view all options: @@ -241,7 +241,7 @@ h4. Setting up a repository for use on a remote server Copy up your repository. e.g.: -@scp -r my_project deploy@@@yourbox.com:my_project@ +

scp -r my_project deploy@yourbox.com:my_project

Move your files on the remote server to @/var/git/my_project@ For security make the owner of this project git @@ -253,7 +253,7 @@ Then (for security) restrict the "deploy" user to doing git-related things in @/ h4. Checking out a git repository from a remote to your local storage - @git clone git@@@yourbox.com:/var/git/my_project@ +

git clone git@yourbox.com:/var/git/my_project

h4. Viewing extra info about a remote repository -- cgit v1.3.1