[git] show stats when pulling and add ctags alias

pull/28/head
Alpha Chen 5 years ago
parent d33908763a
commit 6600d336d6

@ -21,6 +21,7 @@
stsh = stash --keep-index
staash = stash --include-untracked
fix = commit --amend --no-edit --no-reset-author
ctags = !.git/hooks/ctags
[difftool]
prompt = false
[difftool "sourcetree"]
@ -63,6 +64,7 @@
sort = version:refname
[rebase]
autosquash = true
stat = true
[interactive]
singlekey = true
; [url "git@github.com:"]

Loading…
Cancel
Save