Skip to content

Commit 6fa9a85

Browse files
committed
add missing -c option for creating branch
Signed-off-by: Outsider <outsideris@gmail.com>
1 parent d6aa760 commit 6fa9a85

18 files changed

+18
-19
lines changed

downloads/ar/github-git-cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ leadingpath: ../../../
100100
<p dir="rtl">تكوين فرع جديد</p>
101101

102102

103-
<p align="right"><code align="right">$ git switch [اسم الفرع]</code></p>
103+
<p align="right"><code align="right">$ git switch -c [اسم الفرع]</code></p>
104104

105105
<p dir="rtl">التغيير إلى فرع معين وتحديث المسار الحالي</p>
106106

downloads/az/github-git-cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Budaqlar - Git-lə işin mühüm hissəsidir. Etdiyiniz istənilən kommit hal-h
4040

4141
Yeni budaq yaradır
4242

43-
```$ git switch [budaq-adı]```
43+
```$ git switch -c [budaq-adı]```
4444

4545
Göstərilən budağa keçir və iş qovluğunu yeniləyir
4646

downloads/bn_BD/github-git-cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Name a series of commits and combine completed efforts
102102
একটি নতুন ব্রাঞ্চ তৈরি করুন
103103

104104

105-
```$ git switch [branch-name]```
105+
```$ git switch -c [branch-name]```
106106

107107
নির্দিষ্ট শাখায় সুইচ এবং আপডেট ওয়ার্কিং ডিরেক্টরি
108108

downloads/de/github-git-cheat-sheet.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ Listet alle lokalen Branches im aktuellen Repository auf
9393

9494
Erzeugt einen neuen Branch
9595

96-
97-
```$ git switch [branch-name]```
96+
```$ git switch -c [branch-name]```
9897

9998
Wechselt auf den angegebenen Branch und aktualisiert das Arbeitsverzeichnis
10099

downloads/es_ES/github-git-cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Enumera todas las ramas en el repositorio actual
103103
Crea una nueva rama
104104

105105

106-
```$ git switch [branch-name]```
106+
```$ git switch -c [branch-name]```
107107

108108
Cambia a la rama especificada y actualiza el directorio activo
109109

downloads/fa/github-git-cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ https://git-scm.com
153153

154154

155155

156-
```$ git switch [branch-name]```
156+
```$ git switch -c [branch-name]```
157157

158158
<div dir="rtl">
159159
به شاخه تعیین‌شده سوئیچ نموده و دایرکتوری کاری را نیز تغییر می‌دهد

downloads/fr/github-git-cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Liste toutes les branches locales dans le dépôt courant
106106
Crée une nouvelle branche
107107

108108

109-
```$ git switch [nom-de-branche]```
109+
```$ git switch -c [nom-de-branche]```
110110

111111
Bascule sur la branche spécifiée et met à jour le répertoire de travail
112112

downloads/gr/github-git-cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ leadingpath: ../../
4444

4545
Δημιουργεί ένα νέο παρακλάδι (branch)
4646

47-
```$ git switch [branch-name]```
47+
```$ git switch -c [branch-name]```
4848

4949
Εναλλάζει στο καθορισμένο παρακλάδι (branch) και ενημερώνει τον κατάλογο εργασίας (working directory)
5050

downloads/hi/github-git-cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ LINUX या POSIX सिस्टम के लिए Git वितरण आ
100100
एक नई शाखा बनाएँ
101101

102102

103-
```$ git switch [branch-name]```
103+
```$ git switch -c [branch-name]```
104104

105105
निर्दिष्ट शाखा पर स्विच करें और कार्य निर्देशिका को अपडेट करें
106106

downloads/ja/github-git-cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ LinuxまたはPOSIXシステムのためのGitディストリビューション
9898
新規ブランチを作成します
9999

100100

101-
```$ git switch [branch-name]```
101+
```$ git switch -c [branch-name]```
102102

103103
指定されたブランチに切り替え、作業ディレクトリを更新します
104104

downloads/ko/github-git-cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ stage한 내용을 커밋으로 영구히 저장합니다
9999
새로운 브랜치를 생성합니다
100100

101101

102-
```$ git switch [branch-name]```
102+
```$ git switch -c [branch-name]```
103103

104104
특정 브랜치로 전환하고 워킹 디렉토리를 업데이트합니다
105105

downloads/pl/github-git-cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Wyświetla listę wszystkich lokalnych gałęzi w aktualnym repozytorium
9999
Tworzy nową gałąź
100100

101101

102-
```$ git switch [nazwa-gałęzi]```
102+
```$ git switch -c [nazwa-gałęzi]```
103103

104104
Przechodzi do określonej gałęzi i aktualizuje katalog roboczy
105105

downloads/pt_BR/github-git-cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Lista todos os branches locais no repositório atual
101101
Cria um novo branch
102102

103103

104-
```$ git switch [nome-do-branch]```
104+
```$ git switch -c [nome-do-branch]```
105105

106106
Muda para o branch especificado e atualiza o diretório de trabalho
107107

downloads/pt_PT/github-git-cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Lista todos os branches locais no repositório atual
101101
Cria um novo branch
102102

103103

104-
```$ git switch [nome-do-branch]```
104+
```$ git switch -c [nome-do-branch]```
105105

106106
Muda para o branch especificado e atualiza o diretório de trabalho
107107

downloads/ru/github-git-cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ GitHub предоставляет оконное приложение с гра
101101
Создаёт новую ветку
102102

103103

104-
```$ git switch [имя ветки]```
104+
```$ git switch -c [имя ветки]```
105105

106106
Переключается на выбранную ветку и обновляет рабочую директорию до её состояния
107107

downloads/sk/github-git-cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Vráti zoznam všetkých lokálnych vetiev v repozitári
106106
Vytvorí novú vetvu
107107

108108

109-
```$ git switch [nazov-vetvy]```
109+
```$ git switch -c [nazov-vetvy]```
110110

111111
Prepne nás do danej vetvy a aktualizuje súbory
112112

downloads/tr/github-git-cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Geçerli depodaki tüm yerel dalları listeler
100100
Yeni bir dal oluştur
101101

102102

103-
```$ git switch [branch-name]```
103+
```$ git switch -c [branch-name]```
104104

105105
Belirtilen dala geçer ve çalışma dizinini günceller
106106

downloads/ua/github-git-cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ leadingpath: ../../../
3838

3939
Створює нову гілку
4040

41-
```$ git switch [назва-гілки]```
41+
```$ git switch -c [назва-гілки]```
4242

4343
Переходить на вказану гілку і оновлює робочу директорію
4444

0 commit comments

Comments
 (0)