From 7790d9f71a19045a4972e0481550f5104d6756ce Mon Sep 17 00:00:00 2001 From: Daniela Mazza Date: Mon, 18 Sep 2017 14:56:41 +0200 Subject: [PATCH] nota sui tag --- 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 73a7bd5..7e3b329 100644 --- a/git-crash-course.md +++ b/git-crash-course.md @@ -542,7 +542,7 @@ Inviare i cambiamenti locali ad un branch remoto: ### Bonus track -* git push di default non invia i tags +* git push di default non invia i tags, che vanno pushati separatamente aggiungendo --tags * cancellare un branch remoto: **git push -d origin branch-name** -----