Skip to content

Commit 2de8b2e

Browse files
git-checkout: add short options (#17705)
1 parent bfa428f commit 2de8b2e

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

pages.es/common/git-checkout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
- Cambia a una rama remota existente:
2323

24-
`git checkout --track {{nombre_remoto}}/{{nombre_de_la_rama}}`
24+
`git checkout {{[-t|--track]}} {{nombre_remoto}}/{{nombre_de_la_rama}}`
2525

2626
- Descarta todos los cambios sin marcar en el directorio actual (vea `git reset` para más comandos para deshacer):
2727

pages.fr/common/git-checkout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
- Basculer sur une branche distante existante :
2323

24-
`git checkout --track {{nom_distant}}/{{nom_de_branche}}`
24+
`git checkout {{[-t|--track]}} {{nom_distant}}/{{nom_de_branche}}`
2525

2626
- Annule tout les changements dans le répertoire courant (voir `git reset` pour plus de commandes d'annulation) :
2727

pages.id/common/git-checkout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
- Lihat isi cabang yang bersumber dari sumber jauh (remote):
2323

24-
`git checkout --track {{nama_remote}}/{{nama_cabang}}`
24+
`git checkout {{[-t|--track]}} {{nama_remote}}/{{nama_cabang}}`
2525

2626
- Singkirkan semua perubahan yang tidak masuk status stage pada direktori saat ini (lihat `git reset` untuk perintah yang lebih mirip undo):
2727

pages.it/common/git-checkout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
- Passa ad un ramo remoto esistente:
1919

20-
`git checkout --track {{nome_repository_remoto}}/{{nome_ramo}}`
20+
`git checkout {{[-t|--track]}} {{nome_repository_remoto}}/{{nome_ramo}}`
2121

2222
- Annulla tutte le modifiche nella directory corrente che non sono state aggiunte all'area di stage (vedi `git reset` per più comandi simili):
2323

pages.ko/common/git-checkout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
- 기존 원격 브랜치로 체크아웃:
2323

24-
`git checkout --track {{원격_이름}}/{{브랜치_이름}}`
24+
`git checkout {{[-t|--track]}} {{원격_이름}}/{{브랜치_이름}}`
2525

2626
- 현재 디렉토리에서 모든 스테이징되지 않은 변경 사항을 삭제 (더 많은 취소 유사 명령은 `git reset`을 참조하십시오):
2727

pages.pt_BR/common/git-checkout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
- Muda para uma branch remota existente:
2323

24-
`git checkout --track {{nome_remoto}}/{{nome_da_branch}}`
24+
`git checkout {{[-t|--track]}} {{nome_remoto}}/{{nome_da_branch}}`
2525

2626
- Descarta todas as alterações não preparadas no diretório atual (consulte `git reset` para mais comandos do tipo desfazer):
2727

pages.ta/common/git-checkout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
- ஏற்கனவே உள்ள தொலை கிளைக்கு மாறவும்:
2323

24-
`git checkout --track {{தொலை_பெயர்}}/{{கிளையின்_பெயர்}}`
24+
`git checkout {{[-t|--track]}} {{தொலை_பெயர்}}/{{கிளையின்_பெயர்}}`
2525

2626
- தற்போதைய கோப்பகத்தில் நிலையற்ற அனைத்து மாற்றங்களையும் நிராகரிக்கவும் (செயல்தவிர் போன்ற கட்டளைகளுக்கு `git reset` ஐப் பார்க்கவும்):
2727

pages.tr/common/git-checkout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
- Uzak bağlantıdaki varolan bir dala geç:
2323

24-
`git checkout --track {{uzak_bağlantı_adresi}}/{{dal_ismi}}`
24+
`git checkout {{[-t|--track]}} {{uzak_bağlantı_adresi}}/{{dal_ismi}}`
2525

2626
- Mevcut dizindeki sahnelenmemiş tüm değişiklikleri ayır (geri alma benzeri bir komut için `git reset` komutu önerilir):
2727

pages.uk/common/git-checkout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
- Перемикає на віддалену гілку, що вже існує:
2323

24-
`git checkout --track {{назва_віддаленого_сховища}}/{{назва_гілки}}`
24+
`git checkout {{[-t|--track]}} {{назва_віддаленого_сховища}}/{{назва_гілки}}`
2525

2626
- Відкидає усі неіндексовані зміни у поточній директорії (дізнайтесь більше про команди, як скасування, ознайомившись із `git reset`):
2727

pages.zh/common/git-checkout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
- 切换到已有的远程分支:
2323

24-
`git checkout --track {{远程名}}/{{分支名}}`
24+
`git checkout {{[-t|--track]}} {{远程名}}/{{分支名}}`
2525

2626
- 丢弃当前目录下所有未暂存的更改(更多撤销操作见 `git reset`):
2727

0 commit comments

Comments
 (0)