Added git pretty alias.
[profile.git] / .gitconfig
index aeb7164..4a23a84 100644 (file)
 [pager]
        diff = false
 [alias]
+       again = commit --amend -C HEAD
        alias = config --global --get-regexp 'alias\\..*'
        amend = commit --amend
        graph = log --graph --pretty=oneline
+       pretty = log --graph --pretty=format:'%C(green)%ai%Creset %C(magenta)%h%Creset %s %C(cyan)%d%Creset'
+       reabse = rebase
+       submit = commit -vuno