add git aliases and fe extensions

This commit is contained in:
Barak Michener 2020-11-13 15:13:51 -08:00
parent a267ba0adf
commit e842787d16
4 changed files with 15 additions and 4 deletions

View file

@ -3,6 +3,7 @@
email = me@barakmich.com
[alias]
br = branch -a -v
st = status -uno
stat = status -uno
ci = commit
@ -16,6 +17,8 @@
ours = "!f() { git checkout --ours $@ && git add $@; }; f"
theirs = "!f() { git checkout --theirs $@ && git add $@; }; f"
praise = blame
hist = show-branch -a
undo-last = reset HEAD^
[diff]
renamelimit = 0