mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-01 23:37:57 +01:00
341 B
341 B
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