mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 22:55:43 +02:00
hub: Further improve examples verbosity
This commit is contained in:
parent
6b3bfccdce
commit
672addab21
1 changed files with 2 additions and 2 deletions
|
@ -11,11 +11,11 @@
|
||||||
|
|
||||||
`hub clone {{github_username}}/{{repo_name}}`
|
`hub clone {{github_username}}/{{repo_name}}`
|
||||||
|
|
||||||
- Fork your own copy of a repository cloned from another user (creates a remote named after your GitHub username):
|
- Fork your own copy of a repository cloned from another user (must be in the cloned repository folder, 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 (first pushing the changes to your fork remote, named after your GitHub username):
|
||||||
|
|
||||||
`git push {{your_github_username}} {{current_branch}} && hub pull-request`
|
`git push {{your_github_username}} {{current_branch}} && hub pull-request`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue