Skip to content

Can JJ.exe be used as a portable application? #204

Answered by martinvonz
Gavin-Holt asked this question in Q&A
Discussion options

You must be logged in to vote

please keep the native backend.

Yes, that's not going away. I really don't recommend it for anything other than experiments at this point, though. It should work fine for small projects, but if you want a format that's going to be unchanged next year, you should use the git backend.

How do I push my changes back to GitHub?

Git requires a branch, and the jj git push command doesn't currently have a way of creating that branch on the fly. Instead, you'll have to do jj branch <branch name> -r <commit where it should go, typically "@-" for the parent commit>. It's possible that <branch name> is main or master in your case, if this is your own repo with a single branch

I must admit I have…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@martinvonz
Comment options

@Gavin-Holt
Comment options

Answer selected by martinvonz
Comment options

You must be logged in to vote
2 replies
@Gavin-Holt
Comment options

@martinvonz
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #203 on April 11, 2022 15:10.