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 branchpr/4
from the githuborigin
remote and checks it outgit pr 4 upstream
- creates local branchpr/4
fromupstream
remote and checks it out