xigoi / gitconfig / 76ddf47 vs. 40b46f9

Compare Hashes

HUNK
[core] editor = nvim pager = less [alias] a = add b = branch bd = branch --delete c = commit ca = commit --amend cam = commit --all --message cm = commit --message d = diff g = log --all --decorate --oneline --graph g = log gg = log --oneline --graph h = checkout hm = checkout master i = init l = pull m = merge ma = merge --abort mm = merge master p = push po = push --set-upstream origin
HUNK
s = status t = stash ta = stash apply td = stash drop tp = stash pop u = submodule ui = submodule init uu = submodule update v = clone w = bisect wb = bisect bad wg = bisect good wn = bisect new wo = bisect old wr = bisect reset ws = bisect start x = reset xh = reset --hard [credential]
HUNK
email = xigoi@disroot.org [pull] rebase = false [init] defaultBranch = master