Browse Source

Typo correction

Typo correction
dcast78 6 năm trước cách đây
mục cha
commit
6163dc855a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      git-crash-course.md

+ 1 - 1
git-crash-course.md

@@ -395,7 +395,7 @@ Il comando commit ha le opzioni **--ff-only** e **--no-ff** per decidere come co
 
 ## Risoluzione dei conflitti
 
-    $ git checkout [-b] fix/bug-123 #Il parametro -b va usato se il branch fix/bug-123 viene creato ora. Se gia' presente (se: creato nella slide precedente) non viene fatto il checkout.
+    $ git checkout [-b] fix/bug-123 #Il parametro -b va usato se il branch fix/bug-123 viene creato ora. Se gia' presente (es: creato nella slide precedente) non viene fatto il checkout.
     $ # editiamo file.txt
     $ git add file.txt
     $ git commit