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
gitconfig [2009/03/31 07:54] – created andigitconfig [2012/12/23 23:16] (current) – old revision restored 2001:6f8:1c1a:0:19c4:c8b9:ea39:f8bf
Line 2: Line 2:
  
  
-<code ini>+<code ini .gitconfig>
 [color] [color]
     diff = auto     diff = auto
Line 12: Line 12:
     email = andi@splitbrain.org     email = andi@splitbrain.org
     name = Andreas Gohr     name = Andreas Gohr
 +[alias]
 +    logup = log --oneline origin/master..HEAD
 +    diffup = diff origin/master..HEAD
 +[core]
 +    editor = /usr/bin/vim
 +[push]
 +    default = current
 </code> </code>
gitconfig.1238486073.txt.gz · Last modified: 2009/03/31 07:54 by andi