fix: unify around the zim git shortcuts, treailing x for delete
BREAKING CHANGE this replaces existing commands
This commit is contained in:
@@ -41,8 +41,8 @@
|
|||||||
|
|
||||||
todo = grep --heading --break --ignore-case -e ' FIX: *' -e ' TODO: *'
|
todo = grep --heading --break --ignore-case -e ' FIX: *' -e ' TODO: *'
|
||||||
pr = "!source ~/.githelpers && get_pr"
|
pr = "!source ~/.githelpers && get_pr"
|
||||||
prd = "!source ~/.githelpers && del_pr"
|
prx = "!source ~/.githelpers && del_pr"
|
||||||
brc = "!source ~/.githelpers && clean_branches"
|
brx = "!source ~/.githelpers && clean_branches"
|
||||||
lbr = for-each-ref --sort='-committerdate:iso8601' --format=' %(committerdate:iso8601)%09%(refname)' refs/heads
|
lbr = for-each-ref --sort='-committerdate:iso8601' --format=' %(committerdate:iso8601)%09%(refname)' refs/heads
|
||||||
[merge]
|
[merge]
|
||||||
tool = vimdiff
|
tool = vimdiff
|
||||||
|
|||||||
Reference in New Issue
Block a user