From e9fe45d2f94a081ba4c2aae44e74fb4633604522 Mon Sep 17 00:00:00 2001 From: Bruno Paz Date: Sun, 14 Feb 2016 14:49:56 +0000 Subject: [PATCH] Add hub command --- pages/common/hub.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/hub.md diff --git a/pages/common/hub.md b/pages/common/hub.md new file mode 100644 index 000000000..2f3244794 --- /dev/null +++ b/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`