zshconfig/zsh/jj.zsh
2024-03-30 08:14:34 +01:00

2 lines
82 B
Bash

alias jpush="jj git push -b main"
alias jpull="jj git fetch && jj rebase -d main"