]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gitconfig
Add git aliases.
[config/dotfiles.git] / gitconfig
index 97af095c5946c09f92f7126a22bb70be23f48170..7421a256289e17d44ed903d2045ed39f897a1061 100644 (file)
--- a/gitconfig
+++ b/gitconfig
@@ -1,5 +1,17 @@
 [user]
        name = Simon Ruderich
-       email = simon@ruderich.com
+       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