chore: new jj api

This commit is contained in:
Matthew Ryan Dillon 2024-10-16 09:04:55 -04:00
parent b639b23a84
commit de6066b187

View file

@ -25,7 +25,7 @@ wiki-title = "hint"
dead-link = "error" dead-link = "error"
[alias] [alias]
save = 'jj desc -m "$*" && jj branch set main -r @ && jj new' save = 'jj desc -m "$*" && jj bookmark set main -r @ && jj new'
sync = 'jj git fetch && jj git push' sync = 'jj git fetch && jj git push'
log = 'jj log -r ".."' log = 'jj log -r ".."'
diff = 'jj diff' diff = 'jj diff'