diff --git a/Commands.md b/Commands.md index c16350b..287bf10 100644 --- a/Commands.md +++ b/Commands.md @@ -693,14 +693,14 @@ build ## git ignore-io -Generate sample gitignore file from [gitignore.io](https://www.gitignore.io) +Generate sample gitignore file from [gitignore.io](https://www.toptal.com/developers/gitignore) Without option, `git ignore-io ` shows the sample gitignore of specified types on screen. ```bash $ git ignore-io vim - # Created by https://www.gitignore.io/api/vim + # Created by https://www.toptal.com/developers/gitignore/api/vim ### Vim ### [._]*.s[a-w][a-z] diff --git a/bin/git-ignore-io b/bin/git-ignore-io index 61f8676..53a930c 100755 --- a/bin/git-ignore-io +++ b/bin/git-ignore-io @@ -1,6 +1,6 @@ #!/usr/bin/env bash -gitignore_io_url="https://www.gitignore.io/api/" +gitignore_io_url="https://www.toptal.com/developers/gitignore/api/" default_path="$HOME/.gi_list" if [[ -n "$XDG_CACHE_HOME" ]]; then default_path="$XDG_CACHE_HOME/git-extras/gi_list" diff --git a/man/git-ignore-io.1 b/man/git-ignore-io.1 index e7f09f5..d993ad1 100644 --- a/man/git-ignore-io.1 +++ b/man/git-ignore-io.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "GIT\-IGNORE\-IO" "1" "October 2017" "" "Git Extras" +.TH "GIT\-IGNORE\-IO" "1" "January 2023" "" "Git Extras" . .SH "NAME" \fBgit\-ignore\-io\fR \- Get sample gitignore file @@ -10,7 +10,7 @@ \fBgit ignore\-io\fR [] . .SH "DESCRIPTION" -Get sample gitignore file from gitignore\.io \fIhttps://www\.gitignore\.io\fR +Get sample gitignore file from gitignore\.io \fIhttps://www\.toptal\.com/developers/gitignore/\fR . .SH "OPTIONS" @@ -66,7 +66,7 @@ Show sample gitignore file for vim $ git ignore\-io vim - # Created by https://www\.gitignore\.io/api/vim + # Created by https://www\.toptal\.com/developers/gitignore/api/vim ### Vim ### [\._]*\.s[a\-w][a\-z] @@ -81,7 +81,7 @@ $ git ignore\-io vim .IP "" 0 . .P -Append sample gitignore for vim and python to \.gitignore in current directory\. +Append sample gitignore for Vim and Python to \.gitignore in current directory\. . .IP "" 4 . @@ -131,7 +131,7 @@ $ git ignore\-io \-s ja .IP "" 0 . .SH "AUTHOR" -Written by Lee\-W \fIcl87654321@gmail\.com\fR +Written by Lee\-W \fIweilee\.rx@gmail\.com\fR . .SH "REPORTING BUGS" <\fIhttps://github\.com/tj/git\-extras/issues\fR> diff --git a/man/git-ignore-io.html b/man/git-ignore-io.html index fe36e17..1392fd4 100644 --- a/man/git-ignore-io.html +++ b/man/git-ignore-io.html @@ -80,7 +80,7 @@

DESCRIPTION

-

Get sample gitignore file from gitignore.io

+

Get sample gitignore file from gitignore.io

OPTIONS

@@ -113,7 +113,7 @@
$ git ignore-io vim
 
-    # Created by https://www.gitignore.io/api/vim
+    # Created by https://www.toptal.com/developers/gitignore/api/vim
 
     ### Vim ###
     [._]*.s[a-w][a-z]
@@ -124,7 +124,7 @@
     *~
 
-

Append sample gitignore for vim and python to .gitignore in current directory.

+

Append sample gitignore for Vim and Python to .gitignore in current directory.

$ git ignore-io -a vim python
 
@@ -152,7 +152,7 @@

AUTHOR

-

Written by Lee-W cl87654321@gmail.com

+

Written by Lee-W weilee.rx@gmail.com

REPORTING BUGS

@@ -165,7 +165,7 @@
  1. -
  2. October 2017
  3. +
  4. January 2023
  5. git-ignore-io(1)
diff --git a/man/git-ignore-io.md b/man/git-ignore-io.md index 37516a5..295556c 100644 --- a/man/git-ignore-io.md +++ b/man/git-ignore-io.md @@ -7,7 +7,7 @@ git-ignore-io(1) -- Get sample gitignore file ## DESCRIPTION -Get sample gitignore file from [gitignore.io](https://www.gitignore.io) +Get sample gitignore file from [gitignore.io](https://www.toptal.com/developers/gitignore/) ## OPTIONS @@ -41,7 +41,7 @@ Show sample gitignore file for vim ```bash $ git ignore-io vim - # Created by https://www.gitignore.io/api/vim + # Created by https://www.toptal.com/developers/gitignore/api/vim ### Vim ### [._]*.s[a-w][a-z] @@ -84,7 +84,8 @@ $ git ignore-io -s ja ## AUTHOR -Written by Lee-W +Written by Lee-W + ## REPORTING BUGS <>