# vim: ft=gitconfig [init] defaultBranch = main [user] email = blake@blkrom.com name = Blake Romero [commit] verbose = true [alias] update = add --update pop = stash pop amend = commit --amend unstage = restore --staged untrack = rm --cached