Either copy the aliases from the .gitconfig or run the commands in add-pr-alias.sh
Easily checkout local copies of pull requests from remotes:
- git pr 4- creates local branch- pr/4from the github- upstream(if it exists) or- originremote and checks it out
- git pr 4 someremote- creates local branch- pr/4from- someremoteremote and checks it out