More scrollback in tmux.
[profile.git] / .gitconfig
index 85fc032..a1e7aaf 100644 (file)
@@ -1,6 +1,23 @@
+[color]
+       ui = auto
+[color "diff"]
+       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