From b56057ca942b2c13b28205fae1b8fdc3b6dec79a Mon Sep 17 00:00:00 2001 From: dcast78 Date: Mon, 18 Sep 2017 13:19:44 +0200 Subject: [PATCH] Comment clarification More info about git checkout [-b] fix/bug-123 command --- 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 2e2eb8b..b35331f 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 non e' gia stato creato (slide precedente) + $ 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. $ # editiamo file.txt $ git add file.txt $ git commit