This commit is contained in:
JMARyA 2024-03-30 08:13:43 +01:00
parent 03fd6d51f3
commit e1c6d9fc64
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

2
zsh/jj.zsh Normal file
View file

@ -0,0 +1,2 @@
alias jpush="jj git push -b main"
alias jpull="jj git fetch && jj rebase -d main"