git-ignore: add page (and move former to git-ignore-io) (#5908)

manned-org^2
Nicolas Kosinski 2021-06-02 14:42:24 +02:00 committed by GitHub
parent f152aba94f
commit 31e826b6fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 63 additions and 42 deletions

View File

@ -0,0 +1,12 @@
# git ignore-io
> Erstelle `.gitignore` Dateien aus vorgefertigten Vorlagen.
> Weitere Informationen: <https://github.com/tj/git-extras/blob/master/Commands.md#git-ignore-io>.
- Liste alle verfügbaren Vorlagen auf:
`git ignore-io list`
- Erstelle eine `.gitignore` Vorlage:
`git ignore-io {{eintrag_a,eintrag_b,eintrag_n}}`

View File

@ -1,12 +0,0 @@
# git ignore
> Erstelle `.gitignore` Dateien aus vorgefertigten Vorlagen.
> Weitere Informationen: <https://docs.gitignore.io/install/command-line>.
- Liste alle verfügbaren Vorlagen auf:
`git ignore list`
- Erstelle eine `.gitignore` Vorlage:
`git ignore {{eintrag_a,eintrag_b,eintrag_n}}`

View File

@ -0,0 +1,12 @@
# git ignore-io
> Générer le fichier .gitignore depuis des templates prédéfinis.
> Plus d'informations : <https://github.com/tj/git-extras/blob/master/Commands.md#git-ignore-io>.
- Lister les templates disponibles :
`git ignore-io list`
- Générer un template .gitignore :
`git ignore-io {{item_a,item_b,item_n}}`

View File

@ -1,12 +0,0 @@
# git ignore
> Générer le fichier .gitignore depuis des templates prédéfinis.
> Plus d'informations : <https://docs.gitignore.io/install/command-line>.
- Lister les templates disponibles :
`git ignore list`
- Générer un template .gitignore :
`git ignore {{item_a,item_b,item_n}}`

View File

@ -0,0 +1,12 @@
# git ignore-io
> Genera file .gitignore usando template predefiniti.
> Maggiori informazioni: <https://github.com/tj/git-extras/blob/master/Commands.md#git-ignore-io>.
- Elenca i template disponibili:
`git ignore-io list`
- Genera un template `.gitignore`:
`git ignore-io {{elemento_a,elemento_b,elemento_n}}`

View File

@ -1,12 +0,0 @@
# git ignore
> Genera file .gitignore usando template predefiniti.
> Maggiori informazioni: <https://docs.gitignore.io/install/command-line>.
- Elenca i template disponibili:
`git ignore list`
- Genera un template `.gitignore`:
`git ignore {{elemento_a,elemento_b,elemento_n}}`

View File

@ -0,0 +1,12 @@
# git ignore-io
> Generate .gitignore files from predefined templates.
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-ignore-io>.
- List available templates:
`git ignore-io list`
- Generate a .gitignore template:
`git ignore-io {{item_a,item_b,item_n}}`

View File

@ -1,12 +1,21 @@
# git ignore
> Generate .gitignore files from predefined templates.
> More information: <https://docs.gitignore.io/install/command-line>.
> Show/update `.gitignore` files.
> Part of `git-extras`. See also `git ignore-io`.
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-ignore>.
- List available templates:
- Show the content of all global and local `.gitignore` files:
`git ignore list`
`git ignore`
- Generate a .gitignore template:
- Ignore file(s) privately, updating `.git/info/exclude` file:
`git ignore {{item_a,item_b,item_n}}`
`git ignore {{file_pattern}} --private`
- Ignore file(s) locally, updating local `.gitignore` file:
`git ignore {{file_pattern}}`
- Ignore file(s) globally, updating global `.gitignore` file:
`git ignore {{file_pattern}} --global`