-
Hello jj-vcs community, I've recently started using With Git, I typically use the gh pr checkout 20 If I then decide to make changes to the PR myself, I can just do: git commit -am "fix"
git push And that's it. Everything is updated on the corresponding PR. I was wondering how I could achieve a similar workflow using Thanks in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
As a follow-up, I should mention that when I've tried to do this with jj, after making my modifications, I always end up mistakenly pushing the change as a new branch to the remote repository, instead of pushing it to the existing pull request. |
Beta Was this translation helpful? Give feedback.
-
Have you seen discussion 5500? Better workflow for reviewing and editing GitHub PRs? |
Beta Was this translation helpful? Give feedback.
Have you seen discussion 5500? Better workflow for reviewing and editing GitHub PRs?