From 01fc4d4fed8db283d33af3d2aec49d1f8af7350b Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Fri, 22 May 2020 10:23:06 -0400 Subject: [PATCH] see-pr: update README Signed-off-by: Vincent Batts --- cmd/see-pr/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/cmd/see-pr/README.md b/cmd/see-pr/README.md index e8706f9..f53cf4c 100644 --- a/cmd/see-pr/README.md +++ b/cmd/see-pr/README.md @@ -1,6 +1,16 @@ # see-pr -Add the github PR refspec to a local git repo. +I personally like fetching the pull-request's of a project. +Makes it easier `tig pr/1234`, build it, etc. + +This tool simply adds the github PR refspec to a local git repo. + +```shell +cd $YourClonedRepo +see-pr +git fetch +git checkout pr/1234 +``` ## Install