jj: Add bookmark aliases

This commit is contained in:
Marty Oehme 2025-02-18 17:06:22 +01:00
parent 637230ad04
commit 23086828d3
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -58,10 +58,14 @@ jloof() {
}
# show branches (i.e. head commits) w a couple previous commits
alias jb="jj log -r 'ancestors(heads(all()), 3)'"
alias jh="jj log -r 'ancestors(heads(all()), 3)'"
alias jrb="jj rebase"
# 'branching' bookmark work
alias jb="jj bookmark"
alias jbm="jj bookmark set main"
# remote work
alias jrv="jj git remote list"
alias jp="jj git push"