]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gitconfig.m4
Add glog command to Git.
[config/dotfiles.git] / gitconfig.m4
index eab047768cfa47678e1e45e08800698880392d6f..1dd4f7b7b3a25f58bb7222b43a0c225582caabfc 100644 (file)
        excludesfile = HOME/.gitignore
 
 [alias]
+       # Shortcuts for often used commands.
        ci = commit -v
        di = diff
        st = status
        co = checkout
        br = branch
        me = merge
+       # Custom commands.
+       glog = log --pretty=oneline --graph --all