hub: Improve examples verbosity
This commit is contained in:
@@ -7,17 +7,17 @@
|
|||||||
|
|
||||||
`hub clone {{repo_name}}`
|
`hub clone {{repo_name}}`
|
||||||
|
|
||||||
- Clone another user repository:
|
- Clone another user's repository:
|
||||||
|
|
||||||
`hub clone {{github_username}}/{{repo_name}}`
|
`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`
|
`hub fork`
|
||||||
|
|
||||||
- Create a pull request from your 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:
|
- Open the current project's issues page:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user