Vim completion stuff.
[profile.git] / .gitconfig
index cfced19..aeb7164 100644 (file)
@@ -14,3 +14,7 @@
        sslVerify = false
 [pager]
        diff = false
+[alias]
+       alias = config --global --get-regexp 'alias\\..*'
+       amend = commit --amend
+       graph = log --graph --pretty=oneline