You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To checkout PRs locally, you can use `git fetch upstream pull/NNNNN/head && git checkout FETCH_HEAD`.
458
+
459
+
You can also use github's cli tool. Github shows a button on PRs where you can copy-paste the command to check it out locally. See <https://cli.github.com/> for more info.
460
+
461
+

462
+
463
+
### Moving large sections of code
464
+
465
+
Git and Github's default diff view for large moves *within* a file is quite poor; it will show each
466
+
line as deleted and each line as added, forcing you to compare each line yourself. Git has an option
0 commit comments