# git-show-pr **Repository Path**: cgcgbcbc/git-show-pr ## Basic Information - **Project Name**: git-show-pr - **Description**: 一个在shell中显示pull request的git插件 - **Primary Language**: Shell - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2014-08-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README git-show-pr =========== shell command for showing Github pull request ## INSTALL `make install` ## USAGE 0. add this line `fetch = +refs/pull/*/head:refs/pull/origin/*` to `[remote "origin"]` in `.git/config` to setup refspec 0. `git show-pr` ## WHY USE THIS As soon as you use `git show-pr` to look at the pull requests, you can easily checkout it locally by `git checkout -b pull/123 pull/origin/123`