From 153bc63d54088bcd8c7c776bf4ab87453813b4a6 Mon Sep 17 00:00:00 2001 From: Josh McKinney <joshka@users.noreply.github.com> Date: Tue, 12 Dec 2023 22:22:35 -0800 Subject: [PATCH] fix missing breaks in git-feature.md --- man/git-feature.1 | 8 +++++++- man/git-feature.html | 12 ++++++------ man/git-feature.md | 4 ++-- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/man/git-feature.1 b/man/git-feature.1 index 63b1f2adb..98fd4a7f5 100644 --- a/man/git-feature.1 +++ b/man/git-feature.1 @@ -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> diff --git a/man/git-feature.html b/man/git-feature.html index 7a9397f11..5796b18ee 100644 --- a/man/git-feature.html +++ b/man/git-feature.html @@ -174,18 +174,18 @@ <h2 id="EXAMPLES">EXAMPLES</h2> <p>$ git feature -- finish remote<br /> ...<br /> -$ (feature/finish-remote) git commit -m "Some changes" -$ (feature/finish-remote) git checkout main +$ (feature/finish-remote) git commit -m "Some changes"<br /> +$ (feature/finish-remote) git checkout main<br /> $ git feature finish -- finish remote</p></dd> </dl> <h2 id="AUTHOR">AUTHOR</h2> -<p>Written by Jesús Espino <<a href="mailto:jespinog@gmail.com" data-bare-link="true">jespinog@gmail.com</a>><br /> -Modified by Mark Pitman <<a href="mailto:mark.pitman@gmail.com" data-bare-link="true">mark.pitman@gmail.com</a>><br /> -Modified by Carlos Prado <<a href="mailto:carlos.prado@cpradog.com" data-bare-link="true">carlos.prado@cpradog.com</a>><br /> -Modified by Austin Ziegler <<a href="mailto:halostatue@gmail.com" data-bare-link="true">halostatue@gmail.com</a>></p> +<p>Written by Jesús Espino <<a href="mailto:jespinog@gmail.com" data-bare-link="true">jespinog@gmail.com</a>><br /> +Modified by Mark Pitman <<a href="mailto:mark.pitman@gmail.com" data-bare-link="true">mark.pitman@gmail.com</a>><br /> +Modified by Carlos Prado <<a href="mailto:carlos.prado@cpradog.com" data-bare-link="true">carlos.prado@cpradog.com</a>><br /> +Modified by Austin Ziegler <<a href="mailto:halostatue@gmail.com" data-bare-link="true">halostatue@gmail.com</a>></p> <h2 id="REPORTING-BUGS">REPORTING BUGS</h2> diff --git a/man/git-feature.md b/man/git-feature.md index 09ecff2f4..e1a999d6c 100644 --- a/man/git-feature.md +++ b/man/git-feature.md @@ -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