mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Update manual and description in Commands
This commit is contained in:
parent
967b51c964
commit
ccd5303040
|
|
@ -413,7 +413,7 @@ build
|
|||
|
||||
Generate sample gitignore file from [gitignore.io](https://www.gitignore.io)
|
||||
|
||||
Without option, `git ignore` show the sample gitignore on screen.
|
||||
Without option, `git ignore-io <type>` shows the sample gitignore of specified types on screen.
|
||||
|
||||
```bash
|
||||
$ git ignore-io vim
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
\fBgit ignore\-io\fR \fIOPTIONS\fR
|
||||
.
|
||||
.SH "DESCRIPTION"
|
||||
Get sample gitignore file from gitignore\.io \fI\fR
|
||||
Get sample gitignore file from gitignore\.io \fIhttps://www\.gitignore\.io\fR
|
||||
.
|
||||
.SH "OPTIONS"
|
||||
[\-a|\-\-append] \fItypes\fR\.\.\. Append new \.gitignore content to \.gitignore under the current directory
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@
|
|||
|
||||
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
||||
|
||||
<p>Get sample gitignore file from <a href="" title="https://www.gitignore.io">gitignore.io</a></p>
|
||||
<p>Get sample gitignore file from <a href="https://www.gitignore.io">gitignore.io</a></p>
|
||||
|
||||
<h2 id="OPTIONS">OPTIONS</h2>
|
||||
|
||||
|
|
@ -137,7 +137,7 @@
|
|||
|
||||
<h2 id="AUTHOR">AUTHOR</h2>
|
||||
|
||||
<p>Written by Lee-W <a href="mailto:cl87654321@gmail.com" data-bare-link="true">cl87654321@gmail.com</a></p>
|
||||
<p>Written by Lee-W <a href="mailto:cl87654321@gmail.com" data-bare-link="true">cl87654321@gmail.com</a></p>
|
||||
|
||||
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ git-ignore-io(1) -- Get sample gitignore file
|
|||
`git ignore-io` [OPTIONS]
|
||||
|
||||
## DESCRIPTION
|
||||
Get sample gitignore file from [gitignore.io]("https://www.gitignore.io")
|
||||
Get sample gitignore file from [gitignore.io](https://www.gitignore.io)
|
||||
|
||||
## OPTIONS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue