From e4161ff34f74410176d17af427fcfd698b6bd9e8 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Fri, 22 Nov 2019 01:35:56 +0000 Subject: [PATCH] hub: fix instructions for aliasing the command (#3597) --- pages/common/hub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/hub.md b/pages/common/hub.md index 110224ff8f..4c7e59643b 100644 --- a/pages/common/hub.md +++ b/pages/common/hub.md @@ -1,7 +1,7 @@ # hub > A wrapper for git that adds commands for working with GitHub-based projects. -> The commands can also be used using "git" instead of "hub". +> If set up as instructed by `hub alias`, one can use `git` to run `hub` commands. > More information: . - Clone a repository you own, using just the repository name rather than the full URL: