[alias] st = status ci = commit co = checkout lola = log --graph --decorate=full\n--pretty=oneline --abbrev-commit --all logf = "!echo \"Remember to add -S\" ; git log --color -p --source --all" [user] name = Ole Morud email = ole-morud-git.football131@simplelogin.com signingkey = /home/ole/.ssh/id_ed25519.pub [color] ui = true diff = auto status = auto [core] editor = vim --clean [credential] helper = manager-core [push] default = simple [branch] autosetuprebase = always [init] defaultBranch = master [filter "lfs"] clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true [gpg] format = ssh