From 6b3bfccdcece26372a66a555ee12374599531482 Mon Sep 17 00:00:00 2001 From: Eric Nielsen Date: Sat, 10 Sep 2016 12:29:39 -0500 Subject: [PATCH] hub: Improve examples verbosity --- pages/common/hub.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/hub.md b/pages/common/hub.md index 0938e1a6f..cce181905 100644 --- a/pages/common/hub.md +++ b/pages/common/hub.md @@ -7,17 +7,17 @@ `hub clone {{repo_name}}` -- Clone another user repository: +- Clone another user's repository: `hub clone {{github_username}}/{{repo_name}}` -- Fork repository cloned from another user (creates a remote named after your GitHub username): +- Fork your own copy of a repository cloned from another user (creates a remote named after your GitHub username): `hub fork` - Create a pull request from your fork: -`git push {{github_username}} && hub pull-request` +`git push {{your_github_username}} {{current_branch}} && hub pull-request` - Open the current project's issues page: