Git Config January 30, 2014October 1, 2018 by dan Leave a Comment My .gitconfig contains [user] email = dan@bodar.com name = Daniel Worthington-Bodart [color] ui = true [alias] ci = commit co = checkout st = status -sb nuke = !git checkout -f && git clean -f -d [push] default = current