From 78dd04c2ac435e5e5fa35e098be214de3c8d8dee Mon Sep 17 00:00:00 2001 From: Davide Alberani Date: Sat, 26 Aug 2017 09:23:11 +0200 Subject: [PATCH] verbose argument for git branch --- 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 e439c5c..e499d72 100644 --- a/git-crash-course.md +++ b/git-crash-course.md @@ -315,7 +315,7 @@ Creare un branch: Visualizzare tutti i branch: - $ git branch -a + $ git branch -a -v Cancellare un branch locale: