|
|
@ -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:"]
|
|
|
|