How to check out a PR to a local branch? #1383
Unanswered
larspalo
asked this question in
Developers
Replies: 1 comment 5 replies
-
You have to add my fork repo as a new named remote to your local git repo. After that you can do everything with fetching, switching branchs, checking out except pushing. You can ever make a PR from your current fork to a branch in my fork. See 'git remote --help' for hints. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@oleg68 @rousseldenis Sometimes, especially when the automatic builds fail, I'd like to test a PR locally in a new separate branch (to avoid trouble). Anyone that have an idea how I could do that? Feel free to educate me! For the code button on the PR, I see a github cli command, but I'm not using github cli - rather the normal git.
Beta Was this translation helpful? Give feedback.
All reactions