|
|
@ -9,6 +9,7 @@
|
|
|
|
excludesfile = /Users/alpha/.gitignore
|
|
|
|
excludesfile = /Users/alpha/.gitignore
|
|
|
|
quotepath = false
|
|
|
|
quotepath = false
|
|
|
|
pager = diff-so-fancy | less --tabs=4 -RFX
|
|
|
|
pager = diff-so-fancy | less --tabs=4 -RFX
|
|
|
|
|
|
|
|
sparecheckout = true
|
|
|
|
[alias]
|
|
|
|
[alias]
|
|
|
|
g = grep --break --heading --line-number
|
|
|
|
g = grep --break --heading --line-number
|
|
|
|
standup = "!git log --all --date=short --no-merges --pretty=format:\"%h %ad %s%d\" --since=1.weeks --author=`git config user.email`"
|
|
|
|
standup = "!git log --all --date=short --no-merges --pretty=format:\"%h %ad %s%d\" --since=1.weeks --author=`git config user.email`"
|
|
|
|