feat: add jj jbs alias

This commit is contained in:
Jet Pham 2025-09-02 15:25:47 -07:00
parent 549ed8cc4a
commit ee67b4c4bf
No known key found for this signature in database

View file

@ -159,6 +159,7 @@
jgf = "jj git fetch"; jgf = "jj git fetch";
jgp = "jj git push"; jgp = "jj git push";
jgc = "jj git clone --colocate"; jgc = "jj git clone --colocate";
jbs = "jj bookmark set";
jd = "jj describe"; jd = "jj describe";
js = "jj show"; js = "jj show";
je = "jj edit --ignore-immutable"; je = "jj edit --ignore-immutable";