alias jpush="jj git push -b main" alias jpull="jj git fetch && jj rebase -d main" alias jmain="jj branch set -r @- main"