]> git.quilime.com - dotfiles.git/commitdiff
First Commit; added gitconfig
authorGabriel Dunne <gdunne@quilime.com>
Fri, 18 Nov 2011 14:59:52 +0000 (20:29 +0530)
committerGabriel Dunne <gdunne@quilime.com>
Fri, 18 Nov 2011 14:59:52 +0000 (20:29 +0530)
.gitconfig [new file with mode: 0644]

diff --git a/.gitconfig b/.gitconfig
new file mode 100644 (file)
index 0000000..b674817
--- /dev/null
@@ -0,0 +1,15 @@
+[user]
+    name = Gabriel Dunne
+    email = gdunne@quilime.com
+[core]
+    editor = vim
+    pager = cat
+[alias]
+    gl  = log -16 --color=always --all --graph --topo-order --pretty='format: %Cgreen%h%Creset %s%Cred%d%Creset%n'
+    gll = log     --color=always --all --graph --topo-order --pretty='format: %Cgreen%h%Creset %s%Cred%d%Creset%n'
+    unstage = reset HEAD
+[color] 
+    branch = auto
+    diff = auto
+    interactive = auto
+    status = auto
\ No newline at end of file