mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-01 07:17:56 +01:00
Add hub command
This commit is contained in:
parent
61a3795b6a
commit
e9fe45d2f9
1 changed files with 16 additions and 0 deletions
16
pages/common/hub.md
Normal file
16
pages/common/hub.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# hub
|
||||
|
||||
> A command-line wrapper for git that makes you better at GitHub.
|
||||
> The commands can also be used using "git" instead of "hub".
|
||||
|
||||
- Clone a repository you own:
|
||||
|
||||
`hub clone {{ repo_name }}`
|
||||
|
||||
- Clone another user repository:
|
||||
|
||||
`hub clone {{ github_username }}/{{ repo_name }}`
|
||||
|
||||
- Open the current project's issues page:
|
||||
|
||||
`hub browse -- issues`
|
Loading…
Reference in a new issue