add wip-reset git alias

This commit is contained in:
Josh Thomas 2022-05-04 14:28:17 -05:00
parent 89ba2be73b
commit 4f7fa2b03e

View file

@ -18,3 +18,4 @@
main = "checkout main"
br = "branch --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(contents:subject) %(color:green)(%(committerdate:relative)) [%(authorname)]' --sort=-committerdate"
wip = "commit -am 'wip'"
wip-reset = "!git reset $(git merge-base origin/main HEAD)"