2 lines
82 B
Bash
2 lines
82 B
Bash
alias jpush="jj git push -b main"
|
|
alias jpull="jj git fetch && jj rebase -d main"
|