mirror of
https://github.com/joshuadavidthomas/dotfiles.git
synced 2025-12-23 05:36:53 +00:00
add wip-reset git alias
This commit is contained in:
parent
89ba2be73b
commit
4f7fa2b03e
1 changed files with 1 additions and 0 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue