feat: Add jab and jsp aliases for jj

This commit is contained in:
Jet Pham 2026-02-26 16:30:30 -08:00
parent f6d9a52ce7
commit 3becde9260
No known key found for this signature in database

View file

@ -221,6 +221,8 @@
jd = "jj describe";
js = "jj show";
jss = "jj show -s";
jab = "jj abandon";
jsp = "jj split";
je = "jj edit --ignore-immutable";
jall = "jj log -r 'all()'";
jn = "jj new";