From 758708ee9a103e879341352ca0fa86f82c3f07cd Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Fri, 27 Oct 2017 13:56:43 -0700 Subject: [PATCH] readme updates --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4e77bb9..749a0e5 100644 --- a/README.md +++ b/README.md @@ -17,17 +17,17 @@ git open issue ```sh $ git open -# opens https://github.com/REMOTE_ORIGIN_USER/CURRENT_REPO/tree/CURRENT_BRANCH +# opens https://github.com/TRACKED_REMOTE_USER/CURRENT_REPO/tree/CURRENT_BRANCH -$ git open upstream -# opens https://github.com/REMOTE_UPSTREAM_USER/CURRENT_REPO/tree/CURRENT_BRANCH +$ git open someremote +# opens https://github.com/PROVIDED_REMOTE_USER/CURRENT_REPO/tree/CURRENT_BRANCH -$ git open upstream master -# opens https://github.com/REMOTE_UPSTREAM_USER/CURRENT_REPO/tree/master +$ git open someremote somebranch +# opens https://github.com/PROVIDED_REMOTE_USER/CURRENT_REPO/tree/PROVIDED_BRANCH $ git open issue # If branches use naming convention of issues/#123, -# opens https://github.com/REMOTE_UPSTREAM_USER/CURRENT_REPO/issues/123 +# opens https://github.com/TRACKED_REMOTE_USER/CURRENT_REPO/issues/123 ``` ### Installation