| 12345678910111213141516171819202122232425262728293031323334353637 | 
							- [alias]
 
-     br = branch
 
-     st = status
 
-     s = status --untracked-files=no
 
-     sa = status --untracked-files=all
 
-     d = diff
 
-     dh = diff HEAD
 
-     dc = diff --cached
 
-     ci = commit
 
-     co = checkout
 
-     l = ! export LESS=-R GIT_PAGER=less && git log --graph --decorate --pretty=format:\"%h %C(magenta)%ci%Creset%C(yellow)%d %Creset%s %C(cyan)%cn <%cE>\"
 
-     ls = ls-files
 
-     ign = ls-files -o -i --exclude-standard
 
-     unstage = reset HEAD
 
-     sinit = ! git submodule init && git submodule update && git submodule foreach 'git checkout master'
 
-     spull = submodule foreach 'git pull'
 
- [color]
 
-     ui = auto
 
- [color "diff"]
 
-     meta = green
 
-     frag = yellow
 
-     old = magenta
 
-     new = cyan
 
- [color "status"]
 
-     header = bold blue
 
-     added  = green
 
-     changed = bold red
 
-     untracked = white
 
- [merge]
 
-     tool = vimdiff
 
- [pager]
 
-     diff = true
 
 
  |