Skip to content

Commit

Permalink
fix missing breaks in git-feature.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka committed Dec 13, 2023
1 parent c44cd1d commit 153bc63
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
8 changes: 7 additions & 1 deletion man/git-feature.1
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,13 @@ $ git feature \-\- finish remote
\&\.\.\.
.
.br
$ (feature/finish\-remote) git commit \-m "Some changes" $ (feature/finish\-remote) git checkout main $ git feature finish \-\- finish remote
$ (feature/finish\-remote) git commit \-m "Some changes"
.
.br
$ (feature/finish\-remote) git checkout main
.
.br
$ git feature finish \-\- finish remote
.
.SH "AUTHOR"
Written by Jesús Espino <\fIjespinog@gmail\.com\fR>
Expand Down
12 changes: 6 additions & 6 deletions man/git-feature.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/git-feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ You can configure the default branch prefix and separator via git config options

$ git feature -- finish remote
...
$ (feature/finish-remote) git commit -m "Some changes"
$ (feature/finish-remote) git checkout main
$ (feature/finish-remote) git commit -m "Some changes"
$ (feature/finish-remote) git checkout main
$ git feature finish -- finish remote

## AUTHOR
Expand Down

0 comments on commit 153bc63

Please sign in to comment.