gitconfig - dotfiles - leot's dotfiles
 (HTM) hg clone https://bitbucket.org/iamleot/dotfiles
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
       gitconfig
       ---
            1 [push]
            2         default = simple
            3 [color]
            4         ui = false
            5 [core]
            6         pager = less -m -R -F -X
            7 [alias]
            8         ad = add
            9         ci = commit
           10         co = checkout
           11         di = diff
           12         last = log -1 HEAD
           13         pul = pull
           14         st = status -s
           15         unstage = reset HEAD --
           16 
           17 [include]
           18         path = ~/.gitconfig.private