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

Loading…
Cancel
Save