Browse Source

Merge pull request #769 from brpaz/hub

hub command
Leandro Ostera 9 years ago
parent
commit
1f8fddc17b
1 changed files with 16 additions and 0 deletions
  1. 16 0
      pages/common/hub.md

+ 16 - 0
pages/common/hub.md

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