|
|
@ -9,6 +9,7 @@
|
|
|
|
excludesfile = ~/.gitignore
|
|
|
|
excludesfile = ~/.gitignore
|
|
|
|
quotepath = false
|
|
|
|
quotepath = false
|
|
|
|
sparecheckout = true
|
|
|
|
sparecheckout = true
|
|
|
|
|
|
|
|
editor = nvim
|
|
|
|
[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`
|
|
|
|