1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/hub.md
2016-02-15 22:12:54 +00:00

16 lines
341 B
Markdown

# 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`