From 5ccc4749f364db8801dcbfb8770cf62b44d6f7af Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Thu, 15 Feb 2018 19:09:57 +0530 Subject: [PATCH] document sync command in help --- commands/help.go | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/help.go b/commands/help.go index 36977696..dbe420fb 100644 --- a/commands/help.go +++ b/commands/help.go @@ -174,4 +174,5 @@ These GitHub commands are provided by hub: pr Work with pull requests pull-request Open a pull request on GitHub release List or create releases + sync Fetch git objects from upstream and update branches ` -- GitLab