diff --git a/README.md b/README.md index 48d5ce4..49b13a5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Corso di base su Git per RaspiBO. +## English version + +An English translation is available at https://git.lattuga.net/alberanid/git-crash-course-en + ## Build & run Sì, ringraziamo npm, node, reveal.js e chiunque pensi che tutto ciò sia una buona idea, se ci troviamo nella disgraziata situazione di dover buildare ed eseguire delle slides. diff --git a/git-crash-course.md b/git-crash-course.md index 6239842..9a43060 100644 --- a/git-crash-course.md +++ b/git-crash-course.md @@ -957,6 +957,7 @@ Per vedere TUTTI gli spostamenti di HEAD: * [git submodule](https://git-scm.com/docs/git-submodule): gestire altri repository come sotto-moduli * [git subtree](https://developer.atlassian.com/blog/2015/05/the-power-of-git-subtree/): inserire un repository in una sottodirectory +* [repo](https://source.android.com/setup/build/downloading): gestire repository multipli * [git bisect](https://git-scm.com/docs/git-bisect): cercare il commit in cui è stato introdotto un bug * [git gui](https://git-scm.com/docs/git-gui) e [gitk](https://git-scm.com/docs/gitk): GUI per visualizzare commit e repository * [tig](https://jonas.github.io/tig/): interfaccia testuale @@ -968,6 +969,7 @@ Per vedere TUTTI gli spostamenti di HEAD: ## Risorse per imparare +* Versione inglese di queste slides: https://git.lattuga.net/alberanid/git-crash-course-en * Pro Git: https://git-scm.com/book/en/ * Reference: https://git-scm.com/docs * Learn Git Branching: http://learngitbranching.js.org/ @@ -976,8 +978,6 @@ Per vedere TUTTI gli spostamenti di HEAD: * tutorial di Atlassian: https://www.atlassian.com/git/tutorials * A visual Git reference: https://marklodato.github.io/visual-git-guide/index-en.html -
- ### Utilità * bash prompt: https://github.com/magicmonty/bash-git-prompt