1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 21:44:58 +02:00

Merge pull request #769 from brpaz/hub

hub command
This commit is contained in:
Leandro Ostera 2016-02-15 23:23:22 +01:00
commit 1f8fddc17b

16
pages/common/hub.md Normal file
View 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`