To create a hotfix branch from master, for ticket 13033:
$ git hotfix bug1 master --redmine --issue=13033
> hotfix/bug1
To list hotfix branches
$ git hotfix --list
To create a hotfix branch from master, for ticket 13033:
$ git hotfix bug1 master --redmine --issue=13033
> hotfix/bug1
To list hotfix branches
$ git hotfix --list