
git-ignore
List of commands for git-ignore:
-
git-ignore:tldr:17c77 git-ignore: Ignore file(s) locally, updating local `.gitignore` file.$ git ignore ${file_pattern}try on your machineexplain this command
-
git-ignore:tldr:cb86b git-ignore: Show the content of all global and local `.gitignore` files.$ git ignoretry on your machineexplain this command
-
git-ignore:tldr:cee01 git-ignore: Ignore file(s) globally, updating global `.gitignore` file.$ git ignore ${file_pattern} --globaltry on your machineexplain this command
-
git-ignore:tldr:e2ded git-ignore: Ignore file(s) privately, updating `.git/info/exclude` file.$ git ignore ${file_pattern} --privatetry on your machineexplain this command