hub: adjust descriptions for additional clarity (#1217)

This commit is contained in:
Waldir Pimenta 2017-01-02 18:36:06 +00:00 committed by GitHub
parent 7ba512e303
commit ddf43daa4c

View File

@ -11,14 +11,14 @@
`hub clone {{username}}/{{repo_name}}`
- Create a fork of the current repository (cloned directly from another user) under your github profile:
- Create a fork of the current repository (cloned from another user) under your github profile:
`hub fork`
- Create a pull request of the current branch in the upstream project (after sending the changes to your fork on github):
- Create a PR of the current branch in the original repository (after pushing the branch to github):
`hub pull-request`
- Upload the current repository to your github account:
- Upload the current (local-only) repository to your github account:
`hub create`