# This is Git's per-user configuration file. [user] # Please adapt and uncomment the following lines: # name = Garrett McCullough # email = garrett.mccullough@build.com [user] name = Garrett McCullough email = garrett.mccullough@build.com [alias] co = checkout cm = commit cmanv = commit --no-verify -am st = status br = branch hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short type = cat-file -t dump = cat-file -p pl = pull ps = push m = merge a = add