7 lines
80 B
Makefile
7 lines
80 B
Makefile
push:
|
|
jj git push -c @-
|
|
|
|
merge:
|
|
jj branch set main -r @-
|
|
jj git push -b main
|