[core] editor = nvim [alias] a = add b = branch c = commit ca = commit --amend cam = commit --all --message cm = commit --message d = diff g = log --all --decorate --oneline --graph h = checkout hm = checkout master i = init l = pull m = merge mm = merge master p = push po = push --set-upstream origin pom = push --set-upstream origin master r = remote ra = remote add rao = remote add origin s = status t = stash ta = stash apply tp = stash pop v = clone x = reset xh = reset --hard [credential] helper = store [user] name = Adam Blažek email = xigoi@disroot.org [pull] rebase = false