mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
git-ignore: add page (and move former to git-ignore-io) (#5908)
This commit is contained in:
parent
f152aba94f
commit
31e826b6fb
8 changed files with 63 additions and 42 deletions
12
pages.de/common/git-ignore-io.md
Normal file
12
pages.de/common/git-ignore-io.md
Normal 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}}`
|
|
@ -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}}`
|
12
pages.fr/common/git-ignore-io.md
Normal file
12
pages.fr/common/git-ignore-io.md
Normal 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}}`
|
|
@ -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}}`
|
12
pages.it/common/git-ignore-io.md
Normal file
12
pages.it/common/git-ignore-io.md
Normal 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}}`
|
|
@ -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}}`
|
12
pages/common/git-ignore-io.md
Normal file
12
pages/common/git-ignore-io.md
Normal 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}}`
|
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue