]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Add git aliases.
authorSimon Ruderich <simon@ruderich.org>
Mon, 16 Feb 2009 10:00:56 +0000 (11:00 +0100)
committerSimon Ruderich <simon@ruderich.org>
Mon, 16 Feb 2009 10:00:56 +0000 (11:00 +0100)
gitconfig

index 504f5eaab809457cf476e05c6b84c1a04e2230e1..7421a256289e17d44ed903d2045ed39f897a1061 100644 (file)
--- a/gitconfig
+++ b/gitconfig
@@ -1,7 +1,17 @@
 [user]
        name = Simon Ruderich
        email = simon@ruderich.org
+
 [color]
        diff = auto
+
 [core]
        excludesfile = /Users/simonruderich/.gitignore
+
+[alias]
+       ci = commit -v
+       di = diff
+       st = status
+       co = checkout
+       br = branch
+       me = merge