From 9de1510bd264286e75dba04feccb69aeadddf4aa Mon Sep 17 00:00:00 2001 From: RobertZK Date: Tue, 10 May 2016 08:39:18 -0500 Subject: [PATCH] Add issues command to README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac21e65..185c17e 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ curl -s https://raw.githubusercontent.com/peterhurford/git-it-on.zsh/master/git- * `gitit compare ` -- opens the compare file for a chosen branch (compared with master). * `gitit commits` -- opens the commits for your current branch * `gitit commits ` -- opens the commits for a chosen branch. +* `gitit issues` -- open the list of issues. * `gitit history ` -- opens the github history page for the file. * `gitit history ` -- opens the history page for the file on the chosen branch. * `gitit pulls` -- open the list of pull requests for the repo.