diff --git a/zsh/jj.zsh b/zsh/jj.zsh new file mode 100644 index 0000000..26fbea6 --- /dev/null +++ b/zsh/jj.zsh @@ -0,0 +1,2 @@ +alias jpush="jj git push -b main" +alias jpull="jj git fetch && jj rebase -d main"