From 6d7696a8b894c8ef039d6fd2ecdc514a2efe16b5 Mon Sep 17 00:00:00 2001 From: Davide Alberani Date: Sun, 20 Aug 2017 11:05:47 +0200 Subject: [PATCH] definitions --- git-crash-course.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/git-crash-course.md b/git-crash-course.md index cfc4eab..320c10a 100644 --- a/git-crash-course.md +++ b/git-crash-course.md @@ -101,6 +101,8 @@ Tutto vero, ma la sua user interface è un mezzo disastro. * (fare) **Checkout**: aggiornare i file nella working directory ad un dato branch/commit/... +* **HEAD**: il commit a cui sarà collegato il prossimo commit (di norma, il branch corrente) + ----- ## Le basi: prepariamo l'ambiente @@ -440,6 +442,7 @@ Cercare sempre tutti i markers **<<<<<<<**, **=======**, **>>>>>>>** ## Bonus track * **origin** è solamente un default +* i branch remoti sono referenziabili con **remote/branch** * l'associazione tra branch remoti e locali viene effettuata in automatico, in base al nome del branch ----- @@ -886,6 +889,7 @@ Per vedere TUTTO ciò che è successo: * Git ready: http://gitready.com/ * Git Cookbook: https://git.seveas.net/ * tutorial di Atlassian: https://www.atlassian.com/git/tutorials +* A visual Git reference: https://marklodato.github.io/visual-git-guide/index-en.html