diff --git a/vcs/jj/config/sh/alias.d/jj.sh b/vcs/jj/config/sh/alias.d/jj.sh index 22a6dd5..df4f19f 100644 --- a/vcs/jj/config/sh/alias.d/jj.sh +++ b/vcs/jj/config/sh/alias.d/jj.sh @@ -41,6 +41,8 @@ alias jsi="jj squash --interactive" alias ju="jj undo" # allows you to split the current change into multiple alias ji="jj split" +# quickly get rid of a change +alias jab="jj abandon" # revset info alias J="jj log -r 'all()'" # mirror default command being log