mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Spell corr in git-unlock synopsis
This commit is contained in:
parent
2370a4e27b
commit
d914ed3a89
|
|
@ -1,36 +1,23 @@
|
|||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "GIT\-UNLOCK" "1" "October 2017" "" "Git Extras"
|
||||
.
|
||||
.\" generated with Ronn-NG/v0.9.1
|
||||
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
|
||||
.TH "GIT\-UNLOCK" "1" "December 2021" "" "Git Extras"
|
||||
.SH "NAME"
|
||||
\fBgit\-unlock\fR \- Unlock a file excluded from version control
|
||||
.
|
||||
.SH "SYNOPSIS"
|
||||
\fBgit\-lock\fR <filename>
|
||||
.
|
||||
\fBgit\-unlock\fR <filename>
|
||||
.SH "DESCRIPTION"
|
||||
Unlock local files from version control\.
|
||||
.
|
||||
.SH "OPTIONS"
|
||||
<filename>
|
||||
.
|
||||
.P
|
||||
The name of the filename\.
|
||||
.
|
||||
.SH "EXAMPLES"
|
||||
.
|
||||
.nf
|
||||
|
||||
$ git unlock config/database\.yml
|
||||
.
|
||||
.fi
|
||||
.
|
||||
.SH "AUTHOR"
|
||||
Written by Julio Napuri <\fIjulionc@gmail\.com\fR>
|
||||
.
|
||||
.SH "REPORTING BUGS"
|
||||
<\fIhttps://github\.com/tj/git\-extras/issues\fR>
|
||||
.
|
||||
.SH "SEE ALSO"
|
||||
<\fIhttps://github\.com/tj/git\-extras\fR>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv='content-type' value='text/html;charset=utf8'>
|
||||
<meta name='generator' value='Ronn/v0.7.3 (http://github.com/rtomayko/ronn/tree/0.7.3)'>
|
||||
<meta http-equiv='content-type' content='text/html;charset=utf8'>
|
||||
<meta name='generator' content='Ronn-NG/v0.9.1 (http://github.com/apjanke/ronn-ng/tree/0.9.1)'>
|
||||
<title>git-unlock(1) - Unlock a file excluded from version control</title>
|
||||
<style type='text/css' media='all'>
|
||||
/* style: man */
|
||||
|
|
@ -69,24 +69,25 @@
|
|||
<li class='tr'>git-unlock(1)</li>
|
||||
</ol>
|
||||
|
||||
<h2 id="NAME">NAME</h2>
|
||||
|
||||
|
||||
<h2 id="NAME">NAME</h2>
|
||||
<p class="man-name">
|
||||
<code>git-unlock</code> - <span class="man-whatis">Unlock a file excluded from version control</span>
|
||||
</p>
|
||||
|
||||
<h2 id="SYNOPSIS">SYNOPSIS</h2>
|
||||
|
||||
<p><code>git-lock</code> <filename></p>
|
||||
<p><code>git-unlock</code> <filename></p>
|
||||
|
||||
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
||||
|
||||
<p> Unlock local files from version control.</p>
|
||||
<p>Unlock local files from version control.</p>
|
||||
|
||||
<h2 id="OPTIONS">OPTIONS</h2>
|
||||
|
||||
<p> <filename></p>
|
||||
<p><filename></p>
|
||||
|
||||
<p> The name of the filename.</p>
|
||||
<p>The name of the filename.</p>
|
||||
|
||||
<h2 id="EXAMPLES">EXAMPLES</h2>
|
||||
|
||||
|
|
@ -95,7 +96,7 @@
|
|||
|
||||
<h2 id="AUTHOR">AUTHOR</h2>
|
||||
|
||||
<p>Written by Julio Napuri <<a href="mailto:julionc@gmail.com" data-bare-link="true">julionc@gmail.com</a>></p>
|
||||
<p>Written by Julio Napuri <<a href="mailto:julionc@gmail.com" data-bare-link="true">julionc@gmail.com</a>></p>
|
||||
|
||||
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
|
||||
|
||||
|
|
@ -105,10 +106,9 @@
|
|||
|
||||
<p><<a href="https://github.com/tj/git-extras" data-bare-link="true">https://github.com/tj/git-extras</a>></p>
|
||||
|
||||
|
||||
<ol class='man-decor man-foot man foot'>
|
||||
<li class='tl'></li>
|
||||
<li class='tc'>October 2017</li>
|
||||
<li class='tc'>December 2021</li>
|
||||
<li class='tr'>git-unlock(1)</li>
|
||||
</ol>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ git-unlock(1) -- Unlock a file excluded from version control
|
|||
|
||||
## SYNOPSIS
|
||||
|
||||
`git-lock` <filename>
|
||||
`git-unlock` <filename>
|
||||
|
||||
## DESCRIPTION
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue