Improved some find_working calls.
[profile.git] / .gitconfig
index b1eebbc..a1e7aaf 100644 (file)
@@ -4,9 +4,20 @@
        frag = yellow
        new = cyan
        meta = green
+[color "interactive"]
+       prompt = green
+       header = yellow
 [user]
+       name = Iain Patterson
        email = me@iain.cx
 [http]
        sslVerify = false
 [pager]
        diff = false
+[alias]
+       again = commit --amend -C HEAD
+       alias = config --global --get-regexp 'alias\\..*'
+       amend = commit --amend
+       graph = log --graph --pretty=oneline
+       reabse = rebase
+       submit = commit -vuno