[color] ui = true status = auto branch = auto [core] editor = vim excludesfile = ~/.gitignore_global [merge] tool = vimdiff [user] name = Ahmed AbdelHalim email = a14m@pm.me username = a14m signingkey = 7A690E8DFE36C63A99355B1B76296F290BE3A016 ; [branch] ; autosetuprebase = always [diff] algorithm = patience [alias] st = status br = branch df = diff co = checkout cm = commit --verbose ls = log --oneline --decorate lg = log --oneline --graph ldf = diff --cached HEAD^ locked = "!sh -c \"git ls-files -v | grep ^S | sed -e 's|S ||'\" -" lock = "!sh -c \"git update-index --skip-worktree $1\" -" unlock = "!sh -c \"git update-index --no-skip-worktree $1\" -" authors = shortlog -sne [push] default = current [pull] rebase = true [fetch] prune = true [commit] gpgsign = true