|
|
@ -11,7 +11,7 @@
|
|
|
|
sparecheckout = true
|
|
|
|
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`
|
|
|
|
lol = log --graph --decorate --pretty=oneline --abbrev-commit
|
|
|
|
lol = log --graph --decorate --pretty=oneline --abbrev-commit
|
|
|
|
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
|
|
|
|
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
|
|
|
|
s = status -sb
|
|
|
|
s = status -sb
|
|
|
|