Either copy the aliases from the .gitconfig or run the commands in add-pr-alias.sh
Easily checkout local copies of pull requests from GitHub remotes:
- git pr 4- creates local branch pr/4 from the- originremote and checks it out
- git pr 4 upstream- creates local branch pr/4 from- upstreamremote and checks it out
- git pr-clean- removes all pr/* branches from your local repo