.\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . .TH "GIT\-BUG" "1" "November 2016" "" "Git Extras" . .SH "NAME" \fBgit\-bug\fR \- Create bug branch . .SH "SYNOPSIS" \fBgit\-bug\fR [finish] . .SH "DESCRIPTION" Create the given bug branch . .SH "OPTIONS" . .P Merge and delete the bug branch\. . .P . .P The name of the bug branch\. . .SH "EXAMPLES" . .nf $ git bug bug\-123456 `\.\.\.` $ git commit \-m "Some changes" `\.\.\.` $ git checkout master $ git bug finish bug\-123456 . .fi . .SH "AUTHOR" Written by Jesus Espino <\fIjespinog@gmail\.com\fR> . .SH "REPORTING BUGS" <\fIhttps://github\.com/tj/git\-extras/issues\fR> . .SH "SEE ALSO" <\fIhttps://github\.com/tj/git\-extras\fR>