Forrest logo
back to context overview

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 machine
    explain this command
  • git-ignore:tldr:cb86b git-ignore: Show the content of all global and local `.gitignore` files.
    $ git ignore
    try on your machine
    explain this command
  • git-ignore:tldr:cee01 git-ignore: Ignore file(s) globally, updating global `.gitignore` file.
    $ git ignore ${file_pattern} --global
    try on your machine
    explain this command
  • git-ignore:tldr:e2ded git-ignore: Ignore file(s) privately, updating `.git/info/exclude` file.
    $ git ignore ${file_pattern} --private
    try on your machine
    explain this command
back to context overview