Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Corley committed Aug 20, 2024
1 parent 89ec916 commit 982e90f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div>
This parameter is used to get tag from git.<br/>
If is blank, parameter is set to "*".<br/>
Regex patterns must be prefixed with with a forward slash (ie /.*).
Regex patterns must be prefixed with with a forward slash (ie /.*).<br/>
Properly is executed command: <tt>git ls-remote -t &lt;repository&gt; "*"</tt> or <tt>git ls-remote -t &lt;repository&gt; "$tagFilter"</tt>.<br/>
<a href="https://git-scm.com/docs/git-ls-remote.html">git-ls-remote</a> documentation.
</div>

0 comments on commit 982e90f

Please sign in to comment.