git: add wipe alias

This commit is contained in:
Charles Gould 2020-06-02 14:18:27 -05:00
parent f41df2f92a
commit 948d4bcf81

View File

@ -11,6 +11,7 @@
can = commit --amend --no-edit can = commit --amend --no-edit
cand = commit --amend --no-edit --date=now cand = commit --amend --no-edit --date=now
rbi = rebase --interactive rbi = rebase --interactive
wipe = restore --staged --worktree
[color] [color]
ui = auto ui = auto
[color "branch"] [color "branch"]