|
|
@ -7,7 +7,6 @@
|
|
|
|
quotepath = false
|
|
|
|
quotepath = false
|
|
|
|
sparecheckout = true
|
|
|
|
sparecheckout = true
|
|
|
|
editor = nvim
|
|
|
|
editor = nvim
|
|
|
|
; pager = delta
|
|
|
|
|
|
|
|
[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`
|
|
|
@ -19,7 +18,6 @@
|
|
|
|
push-f = push --force-with-lease
|
|
|
|
push-f = push --force-with-lease
|
|
|
|
stsh = stash --keep-index --include-untracked
|
|
|
|
stsh = stash --keep-index --include-untracked
|
|
|
|
staash = stash --include-untracked
|
|
|
|
staash = stash --include-untracked
|
|
|
|
; fix = commit --amend --no-edit --no-reset-author
|
|
|
|
|
|
|
|
fix = commit --fixup @
|
|
|
|
fix = commit --fixup @
|
|
|
|
ctags = !.git/hooks/ctags
|
|
|
|
ctags = !.git/hooks/ctags
|
|
|
|
lg = log --date=format:'%a %b %e, %Y' --pretty=format:'%C(yellow)%h%C(reset) %s %C(cyan)%cd%C(reset) %C(blue)%an%C(reset) %C(green)%d%C(reset)' --graph ; https://roadrunnertwice.dreamwidth.org/596185.html
|
|
|
|
lg = log --date=format:'%a %b %e, %Y' --pretty=format:'%C(yellow)%h%C(reset) %s %C(cyan)%cd%C(reset) %C(blue)%an%C(reset) %C(green)%d%C(reset)' --graph ; https://roadrunnertwice.dreamwidth.org/596185.html
|
|
|
|