Last active
January 26, 2026 13:36
-
-
Save joshy/1d01980a6aa271dea3f0fe1a4ff33f49 to your computer and use it in GitHub Desktop.
JJ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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