[alias] br = branch brd = branch -d brD = branch -D co = checkout cob = checkout -b do = diff origin/master ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%an]" --decorate st = status -s undo = reset HEAD~ [user] email = mvertes@free.fr name = Marc Vertes signinkey = DF3DEEB6285CE0B5CD4E95C3C3C0303496E733B9 [pull] rebase = false [push] autoSetupRemote = true default = simple followTags = true [hub] protocol = ssh [init] defaultBranch = main [core] excludesfile = ~/.gitignore_global [diff] algorithm = histogram colorMoved = plain mnemonicPrefix = true renames = true [commit] verbose = true