Use instead of to check out branches, commits, or pull requests when the string provided does not match a hash, branch or tag in the repository. How to use Check out a branch or commit Check out a pull request Check out a PR from an alternate remote When the user provides a PR URL (e.g., ), extract the remote and PR number, then use : Locating git-webkit If is not in PATH, use instead (relative to the repository root). Rules 1. Use instead of or in the WebKit repository. 2. When the user provides a PR URL, parse the remote from the URL and pass it with . 3. Convert any commit hashes in the ou…