[alias] st = status -sb lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative --all sum = "!git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative \"$(git config --get init.defaultBranch)\"..HEAD" co = checkout df = diff cp = cherry-pick br = branch amend = commit --amend --no-edit fix = commit --fixup autosquash = rebase -i --autosquash [core] excludesfile = ~/.gitignore autocrlf = input [init] defaultBranch = main [user] name = Steph Enders email = "steph@senders.io" [color] diff = auto status = auto grep = auto interactive = auto branch = auto [include] path = ~/.pc_local_gitconfig