Change the br action to branch to be more explicit.

This commit is contained in:
Eric Hudon 2018-03-18 13:32:28 -04:00
commit f871ae4975
No known key found for this signature in database
GPG key ID: 3C4829F72918290D
2 changed files with 2 additions and 1 deletions

View file

@ -21,6 +21,7 @@ jira new # opens a new issue
jira dashboard # opens your JIRA dashboard
jira reported [username] # queries for issues reported by a user
jira assigned [username] # queries for issues assigned to a user
jira branch # opens an existing issue matching the current branch name
jira ABC-123 # opens an existing issue
jira ABC-123 m # opens an existing issue for adding a comment
```