mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
git-ignore-io, git-show-merged-branches, git-show-unmerged-branches: add "Part of git-extras" notice (#22965)
This commit is contained in:
committed by
GitHub
parent
272de214af
commit
bd9d6f78ac
@@ -1,6 +1,7 @@
|
||||
# git ignore-io
|
||||
|
||||
> Erstelle `.gitignore` Dateien aus vorgefertigten Vorlagen.
|
||||
> Teil der `git-extras`.
|
||||
> Weitere Informationen: <https://github.com/tj/git-extras/blob/main/Commands.md#git-ignore-io>.
|
||||
|
||||
- Liste alle verfügbaren Vorlagen auf:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# git show-merged-branches
|
||||
|
||||
> Gibt alle Branches aus, welche bereits in die aktuelle HEAD-Datei gemerget wurden.
|
||||
> Teil der `git-extras`.
|
||||
> Weitere Informationen: <https://github.com/tj/git-extras/blob/main/Commands.md#git-show-merged-branches>.
|
||||
|
||||
- Gib alle Branches aus, die bereits in die aktuelle HEAD-Datei gemerget wurden:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# git show-unmerged-branches
|
||||
|
||||
> Gibt alle Branches aus, welche noch nicht in die aktuelle HEAD-Datei gemerged wurden.
|
||||
> Teil der `git-extras`.
|
||||
> Weitere Informationen: <https://github.com/tj/git-extras/blob/main/Commands.md#git-show-unmerged-branches>.
|
||||
|
||||
- Gib alle Branches aus, die noch nicht in die aktuelle HEAD-Datei gemerged wurden:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# git ignore-io
|
||||
|
||||
> Générer le fichier `.gitignore` depuis des templates prédéfinis.
|
||||
> Fait partie de `git-extras`.
|
||||
> Plus d'informations : <https://github.com/tj/git-extras/blob/main/Commands.md#git-ignore-io>.
|
||||
|
||||
- Lister les templates disponibles :
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# git ignore-io
|
||||
|
||||
> Genera file `.gitignore` usando template predefiniti.
|
||||
> Parte di `git-extras`.
|
||||
> Maggiori informazioni: <https://github.com/tj/git-extras/blob/main/Commands.md#git-ignore-io>.
|
||||
|
||||
- Elenca i template disponibili:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# git ignore-io
|
||||
|
||||
> 미리 정의된 템플릿에서 `.gitignore` 파일을 생성.
|
||||
> `git-extras`의 일부.
|
||||
> 더 많은 정보: <https://github.com/tj/git-extras/blob/main/Commands.md#git-ignore-io>.
|
||||
|
||||
- 사용 가능한 템플릿 나열:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# git show-merged-branches
|
||||
|
||||
> 현재 헤드에 병합된 모든 브랜치를 출력.
|
||||
> `git-extras`의 일부.
|
||||
> 더 많은 정보: <https://github.com/tj/git-extras/blob/main/Commands.md#git-show-merged-branches>.
|
||||
|
||||
- 현재 헤드에 병합된 모든 브랜치를 출력:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# git show-unmerged-branches
|
||||
|
||||
> 현재 HEAD에 병합되지 않은 모든 브랜치를 출력.
|
||||
> `git-extras`의 일부.
|
||||
> 더 많은 정보: <https://github.com/tj/git-extras/blob/main/Commands.md#git-show-unmerged-branches>.
|
||||
|
||||
- 현재 HEAD에 병합되지 않은 모든 브랜치를 출력:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# git ignore-io
|
||||
|
||||
> Generate `.gitignore` files from predefined templates.
|
||||
> Part of `git-extras`.
|
||||
> More information: <https://github.com/tj/git-extras/blob/main/Commands.md#git-ignore-io>.
|
||||
|
||||
- List available templates:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# git show-merged-branches
|
||||
|
||||
> Print all branches which are merged into the current head.
|
||||
> Part of `git-extras`.
|
||||
> More information: <https://github.com/tj/git-extras/blob/main/Commands.md#git-show-merged-branches>.
|
||||
|
||||
- Print all branches which are merged into the current head:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# git show-unmerged-branches
|
||||
|
||||
> Print all branches which are not merged into the current `HEAD`.
|
||||
> Part of `git-extras`.
|
||||
> More information: <https://github.com/tj/git-extras/blob/main/Commands.md#git-show-unmerged-branches>.
|
||||
|
||||
- Print all branches which are not merged into the current `HEAD`:
|
||||
|
||||
Reference in New Issue
Block a user