User Tools

Site Tools


gitconfig

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
gitconfig [2009/03/31 07:54] – created andigitconfig [2012/12/23 22:09] 110.77.234.251
Line 2: Line 2:
  
  
-<code ini>+<code ini .gitconfig>
 [color] [color]
     diff = auto     diff = auto
Line 10: Line 10:
     autosetuprebase = always     autosetuprebase = always
 [user] [user]
-    email = andi@splitbrain.org +    email = icumos@hotmail.com 
-    name = Andreas Gohr+    name = icumos 
 +[alias] 
 +    logup = log --oneline origin/master..HEAD 
 +    diffup = diff origin/master..HEAD 
 +[core] 
 +    editor = /usr/bin/vim 
 +[push] 
 +    default = current
 </code> </code>
gitconfig.txt · Last modified: 2012/12/23 23:16 by 2001:6f8:1c1a:0:19c4:c8b9:ea39:f8bf