docs

docs and guides
git clone git://git.2f30.org/docs
Log | Files | Refs

commit cf1fabf2d15d7db636c79f8ec7c4fbe72a0fbba0
parent 83b33dc5b17c9f48faaad8d495c84693001329ca
Author: sin <sin@2f30.org>
Date:   Thu, 27 Jun 2013 18:57:54 +0300

Set push.default to `simple'

Diffstat:
Msimple-git | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/simple-git b/simple-git @@ -6,6 +6,7 @@ Simple git guide for CVS users by TLH $ git config --global user.name "you" $ git config --global user.email "you@yourserver.org" + $ git config --global push.default simple This will create ~/.gitconfig.