Difference between revisions of "Git checkout"
Jump to navigation
Jump to search
(Created page with "Let's say pr144 is PULL Request ID ``` git fetch origin pull/144/head:pr144 git checkout pr144 ```") |
(No difference)
|
Latest revision as of 17:52, 18 October 2021
Let's say pr144 is PULL Request ID
git fetch origin pull/144/head:pr144 git checkout pr144