Skip to content

Instantly share code, notes, and snippets.

@joshy
Last active January 26, 2026 13:36
Show Gist options
  • Select an option

  • Save joshy/1d01980a6aa271dea3f0fe1a4ff33f49 to your computer and use it in GitHub Desktop.

Select an option

Save joshy/1d01980a6aa271dea3f0fe1a4ff33f49 to your computer and use it in GitHub Desktop.
JJ
# move bookmark to parent
jj bookmark move master --to @-
# push to remote
jj git push --remote origin --branch master
# get remote changes
jj git fetch
# to merge master into the working copy
jj rebase -d master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment