[alias] aliases = !git config --get-regexp alias | sed -re 's/alias\\.(\\S*)\\s(.*)$/\\1 = \\2/g' ci = commit co = checkout st = status lg = log --graph --date=relative --pretty=tformat:'%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%an %ad)%Creset' oops = commit --amend --no-edit reword = commit --amend push-with-lease = push --force-with-lease uncommit = reset --soft HEAD~1 [color] ui = auto [color "branch"] upstream = green remote = red [core] editor = nvim excludesfile = ~/.gitignore_global [commit] template = ~/.gitmessage [pull] ff = only [push] default = upstream followTags = true [tag] sort = version:refname