|
|
@ -8,7 +8,6 @@
|
|
|
|
safecrlf = true
|
|
|
|
safecrlf = true
|
|
|
|
excludesfile = /Users/alpha/.gitignore
|
|
|
|
excludesfile = /Users/alpha/.gitignore
|
|
|
|
quotepath = false
|
|
|
|
quotepath = false
|
|
|
|
pager = diff-so-fancy | less --tabs=4 -RFX
|
|
|
|
|
|
|
|
sparecheckout = true
|
|
|
|
sparecheckout = true
|
|
|
|
[alias]
|
|
|
|
[alias]
|
|
|
|
g = grep --break --heading --line-number
|
|
|
|
g = grep --break --heading --line-number
|
|
|
@ -19,6 +18,8 @@
|
|
|
|
latest = for-each-ref --count=20 --sort=-committerdate --format='%(committerdate:short) %(refname:short)'
|
|
|
|
latest = for-each-ref --count=20 --sort=-committerdate --format='%(committerdate:short) %(refname:short)'
|
|
|
|
root = !pwd
|
|
|
|
root = !pwd
|
|
|
|
push-f = push --force-with-lease
|
|
|
|
push-f = push --force-with-lease
|
|
|
|
|
|
|
|
stsh = stash --keep-index
|
|
|
|
|
|
|
|
staash = stash --include-untracked
|
|
|
|
[difftool]
|
|
|
|
[difftool]
|
|
|
|
prompt = false
|
|
|
|
prompt = false
|
|
|
|
[difftool "sourcetree"]
|
|
|
|
[difftool "sourcetree"]
|
|
|
|