Setting Up Remote
jj git remote add origin git@github.com:LesleyLai/something.gitPush to Remote
# set main branch to the previous revision
jj bookmark set main -r @-
# push to remote
jj git pushPull from Remote
jj git fetch
# Create a new revision on top of main
jj new main