git-checkout: add short options (#17705)

This commit is contained in:
Nelson Figueroa
2025-08-17 08:37:39 +03:00
committed by GitHub
parent bfa428fe50
commit 2de8b2e231
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
- Cambia a una rama remota existente:
`git checkout --track {{nombre_remoto}}/{{nombre_de_la_rama}}`
`git checkout {{[-t|--track]}} {{nombre_remoto}}/{{nombre_de_la_rama}}`
- Descarta todos los cambios sin marcar en el directorio actual (vea `git reset` para más comandos para deshacer):
+1 -1
View File
@@ -21,7 +21,7 @@
- Basculer sur une branche distante existante :
`git checkout --track {{nom_distant}}/{{nom_de_branche}}`
`git checkout {{[-t|--track]}} {{nom_distant}}/{{nom_de_branche}}`
- Annule tout les changements dans le répertoire courant (voir `git reset` pour plus de commandes d'annulation) :
+1 -1
View File
@@ -21,7 +21,7 @@
- Lihat isi cabang yang bersumber dari sumber jauh (remote):
`git checkout --track {{nama_remote}}/{{nama_cabang}}`
`git checkout {{[-t|--track]}} {{nama_remote}}/{{nama_cabang}}`
- Singkirkan semua perubahan yang tidak masuk status stage pada direktori saat ini (lihat `git reset` untuk perintah yang lebih mirip undo):
+1 -1
View File
@@ -17,7 +17,7 @@
- Passa ad un ramo remoto esistente:
`git checkout --track {{nome_repository_remoto}}/{{nome_ramo}}`
`git checkout {{[-t|--track]}} {{nome_repository_remoto}}/{{nome_ramo}}`
- Annulla tutte le modifiche nella directory corrente che non sono state aggiunte all'area di stage (vedi `git reset` per più comandi simili):
+1 -1
View File
@@ -21,7 +21,7 @@
- 기존 원격 브랜치로 체크아웃:
`git checkout --track {{원격_이름}}/{{브랜치_이름}}`
`git checkout {{[-t|--track]}} {{원격_이름}}/{{브랜치_이름}}`
- 현재 디렉토리에서 모든 스테이징되지 않은 변경 사항을 삭제 (더 많은 취소 유사 명령은 `git reset`을 참조하십시오):
+1 -1
View File
@@ -21,7 +21,7 @@
- Muda para uma branch remota existente:
`git checkout --track {{nome_remoto}}/{{nome_da_branch}}`
`git checkout {{[-t|--track]}} {{nome_remoto}}/{{nome_da_branch}}`
- Descarta todas as alterações não preparadas no diretório atual (consulte `git reset` para mais comandos do tipo desfazer):
+1 -1
View File
@@ -21,7 +21,7 @@
- ஏற்கனவே உள்ள தொலை கிளைக்கு மாறவும்:
`git checkout --track {{தொலை_பெயர்}}/{{கிளையின்_பெயர்}}`
`git checkout {{[-t|--track]}} {{தொலை_பெயர்}}/{{கிளையின்_பெயர்}}`
- தற்போதைய கோப்பகத்தில் நிலையற்ற அனைத்து மாற்றங்களையும் நிராகரிக்கவும் (செயல்தவிர் போன்ற கட்டளைகளுக்கு `git reset` ஐப் பார்க்கவும்):
+1 -1
View File
@@ -21,7 +21,7 @@
- Uzak bağlantıdaki varolan bir dala geç:
`git checkout --track {{uzak_bağlantı_adresi}}/{{dal_ismi}}`
`git checkout {{[-t|--track]}} {{uzak_bağlantı_adresi}}/{{dal_ismi}}`
- Mevcut dizindeki sahnelenmemiş tüm değişiklikleri ayır (geri alma benzeri bir komut için `git reset` komutu önerilir):
+1 -1
View File
@@ -21,7 +21,7 @@
- Перемикає на віддалену гілку, що вже існує:
`git checkout --track {{назва_віддаленого_сховища}}/{{назва_гілки}}`
`git checkout {{[-t|--track]}} {{назва_віддаленого_сховища}}/{{назва_гілки}}`
- Відкидає усі неіндексовані зміни у поточній директорії (дізнайтесь більше про команди, як скасування, ознайомившись із `git reset`):
+1 -1
View File
@@ -21,7 +21,7 @@
- 切换到已有的远程分支:
`git checkout --track {{远程名}}/{{分支名}}`
`git checkout {{[-t|--track]}} {{远程名}}/{{分支名}}`
- 丢弃当前目录下所有未暂存的更改(更多撤销操作见 `git reset`):