浏览代码

definitions

Davide Alberani 6 年之前
父节点
当前提交
6d7696a8b8
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      git-crash-course.md

+ 4 - 0
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
 
 <br />