From 6163dc855ac17fe24240d86b12d41ecd31fcb522 Mon Sep 17 00:00:00 2001 From: dcast78 Date: Mon, 18 Sep 2017 13:24:57 +0200 Subject: [PATCH] Typo correction Typo correction --- git-crash-course.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-crash-course.md b/git-crash-course.md index b35331f..76be9a4 100644 --- a/git-crash-course.md +++ b/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