Code Review

Testing a Pull Request …

Make a temporary directory (optional) mkdir <temp folder> && cd <temp folder> Initialize the folder with a .git repo (optional) git init Fetch the pull request, creating a new branch git fetch <git remote url> pull/<pull request ID>/head:<new local branch name> …