[alias] a = add amend = commit -a --amend --no-edit p = pull pul = pull s = status st = status stat = status c = commit cm = commit -m ci = commit br = branch co = checkout go = checkout df = diff d = diff sub = submodule l = log lg = log -p lol = log --graph --decorate --pretty=oneline --abbrev-commit lola = log --graph --decorate --pretty=oneline --abbrev-commit --all root = rev-parse --show-toplevel exec = "!exec " changelog = log --date=short --pretty='format:%d %ad %s' [user] name = Brennen Bearnes email = bbearnes@gmail.com [color] branch = auto diff = auto interactive = auto status = auto ui = auto [gui] [push] default = simple [credential] helper = cache [status] submoduleSummary = true