diff --git a/css/style.css b/css/style.css index 91e896e..62ae5f1 100644 --- a/css/style.css +++ b/css/style.css @@ -14,7 +14,7 @@ header { box-shadow: 0px 5px 7px #8db7bd; -webkit-box-shadow: 0px 5px 7px #8db7bd; -moz-box-shadow: 0px 5px 7px #8db7bd; - height: 400px; + /*height: 400px;*/ background-color: #8db7bd; border-bottom: 1px solid #698b91 } @@ -112,6 +112,7 @@ blockquote { padding: 5px 20px; color: white; font-family: menlo, monospace; + word-wrap: break-word; } code { @@ -304,12 +305,10 @@ code { } #author { - width: 640px; - position: absolute; + width: 80%; top: 230px; - right: 15%; font-size: 20px; - text-align: right; + text-align: center; font-style: italic; color: #D92B00; z-index: 100; @@ -322,17 +321,16 @@ code { } #desc { - position: absolute; top: 300px; - width: 100%; + width: 90%; + text-align: center; } #translations { - position: absolute; top: 340px; - width: 100%; + width: 80%; right: 5%; - text-align: right; + text-align: center; } #translations .active { diff --git a/index.es.html b/index.es.html index d23fbce..fc899a0 100644 --- a/index.es.html +++ b/index.es.html @@ -51,9 +51,10 @@ Castellano - Brazilian Portugues - 简体中文(Simplified Chinese) - - 日本語 - 한국어(Korean) - Français + 日本語 - + 한국어(Korean) - + Français - + Italiano

diff --git a/index.fr_FR.html b/index.fr_FR.html index 8d17925..4201b89 100644 --- a/index.fr_FR.html +++ b/index.fr_FR.html @@ -52,9 +52,10 @@ Brazilian Portugues - 简体中文(Simplified Chinese) - 日本語 - - Türkçe - 한국어(Korean) - Français + Türkçe - + 한국어(Korean) - + Français - + Italiano

diff --git a/index.html b/index.html index 10d5499..64bae3a 100644 --- a/index.html +++ b/index.html @@ -52,9 +52,10 @@ Brazilian Portugues - 简体中文(Simplified Chinese) - 日本語 - - Türkçe - 한국어(Korean) - Français + Türkçe - + 한국어(Korean) - + Français - + Italiano

diff --git a/index.it_IT.html b/index.it_IT.html new file mode 100644 index 0000000..52dbb5f --- /dev/null +++ b/index.it_IT.html @@ -0,0 +1,389 @@ + + + + + + git-flow cheatsheet + + + + + + + + + + + +
+ +

git-flow cheatsheet

+ +

+ creato da Daniel Kummer + + +

+

branching efficiente usando git-flow realizzato da Vincent Driessen

+

traduzioni: + English - + Castellano - + Brazilian Portugues - + 简体中文(Simplified Chinese) - + 日本語 - + Türkçe - + 한국어(Korean) - + Français - + Italiano +

+
+ +
+ + +
+

Introduzione

+ +

+ git-flow è un set di estensioni di git che offre dei comandi di alto livello sul repository per utilizzare il modello di branching di Vincent + Driessen. + maggiori informazioni +

+

★ ★ ★

+ +

Questo cheatsheet mostra l'utilizzo di base a gli effetti dei comandi offerti da git-flow

+ +

★ ★ ★

+
+ +
+

Consigli di base

+ +

★ ★ ★

+
+ + +
+

Setup

+ +

★ ★ ★

+
+

OSX

+
+ $ brew install git-flow +
+

Linux

+
+ $ apt-get install git-flow +
+

Windows (Cygwin)

+
+ $ wget -q -O - --no-check-certificate + https://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | bash +
+

Sono necessari wget e util-linux per installare git-flow.

+
+
+

+ Per le istruzioni dettagliate riguardo l'installazione di git-flow visitate il wiki di git flow. +

+ install git-flow +
+
+ +
+

Per Iniziare

+

Git flow ha la necessità di essere inizializzato per personalizzare il setup del progetto.

+

★ ★ ★

+
+

Inizializzazione

+ +

Iniziate ad utilizzare git-flow inizializzandolo all'interno di un repository git esistente:

+
+ git flow init +
+

+ Dovrete rispondere ad alcune domande riguardanti la naming conventions per i tuoi branch.
+ Si raccomanda l'uso dei valori di default. +

+ +
+
+
+
+
+
+
+
+ + +
+

Features (Funzionalità)

+ + +

★ ★ ★

+ +
+

Iniziare una nuova feature

+

Lo sviluppo di nuove feature cominica dal branch 'develop'.

+

Iniziate lo sviluppo di una nuova feature con

+
+ git flow feature start MYFEATURE +
+

Questa crea un nuovo feature branch basato su 'develop' e si sposta su quello

+ + +
+
+
+
+
+ +
+
+

Terminare una feature

+ +

+ Termina lo sviluppo di una feature. + Questa azione esegue le seguenti operazioni +

+
    +
  • Merge del branch MYFEATURE all'inteno di 'develop'
  • +
  • Rimuove il feature branch
  • +
  • Si sposta di nuovo sul branch 'develop'
  • +
+ +
+ git flow feature finish MYFEATURE +
+
+
+
+
+
+ +
+
+

Pubblicare una feature

+ +

+ State sviluppando una feature in collaborazione con altri?
+ Pubblicate una feature sul server remoto in modo che possa essere utilizzata da altri utenti. +

+ +
+ git flow feature publish MYFEATURE +
+
+
+
+
+
+ +
+
+

Scaricare una feature pubblicata

+ +

+ Scaricare una feature pubblicata da un altro utente. +

+ +
+ git flow feature pull origin MYFEATURE +
+ +

Potete tracciare una feature sul repository origin usando git flow feature track MYFEATURE

+
+
+
+
+
+ + +
+

Creare una release

+ + +

★ ★ ★

+
+

Iniziare una release

+ +

Per iniziare una release usate il comando release di git flow. Crea un release branch a partire dal branch 'develop'. +

+
+ git flow release start RELEASE [BASE] +
+

Potere facoltativmente fornire come parametro [BASE] lo sha-1 hash del commit dal quale far partire la release. Il commit deve essere sul branch 'develop'.

+

★ ★ ★

+

È una buona idea pubblicare il release branch dopo averlo creato in modo da consentire l'invio di release commit anche da parte di altri sviluppatori. Potete farlo, usando un comando analogo a quello per pubblicare le features, con il comando:

+
+ git flow release publish RELEASE +
+

(Potete tracciare la release remota con il comando git flow release track RELEASE)

+
+
+
+
+
+ +
+
+

Terminare una release

+ +

Terminare una release è uno dei passi più grandi nella gestione dei branch di git. Vengono eseguite svariate operazioni:

+
    +
  • Merge del release branch su branch 'master'
  • +
  • Tag della relase con il suo nome
  • +
  • Merge all'indietro della relase sul branch 'develop'
  • +
  • Rimozione del release branch
  • +
+
+ git flow release finish RELEASE +
+

Non dimenticate di fare il push dei tag creati con git push --tags

+ +
+
+
+ +
+
+ +
+

Hotfixes

+ + +

★ ★ ★

+
+

git flow hotfix start

+ +

Come gli altri comandi di git flow, un hotfix comincia con

+
+ git flow hotfix start VERSION [BASENAME] +
+

La versione passata come argomento definisce il nuovo nome dell'hotfix release. Facoltativamente potete specificare un basename da cui partire.

+
+
+
+
+
+ +
+
+

Terminare un hotfix

+ +

Terminando un hotfix, esso viene integrato (merge) all'indietro all'interno di 'develop' e di 'master'. In aggiunta il master viene taggato con la versone dell'hotfix.

+
+ git flow hotfix finish VERSION +
+
+
+
+
+
+ +
+
+
+
+
+
+
+ + +
+

Comandi

+ git-flow commands +
+ +
+

Backlog

+

★ ★ ★

+ +

★ ★ ★

+
+
+ + + + + + + +comments powered by Disqus + + + + diff --git a/index.ja_JP.html b/index.ja_JP.html index 3463ad5..9b16634 100644 --- a/index.ja_JP.html +++ b/index.ja_JP.html @@ -52,9 +52,10 @@ Brazilian Portugues - 简体中文(Simplified Chinese) - 日本語 - - Türkçe - 한국어(Korean) - Français + Türkçe - + 한국어(Korean) - + Français - + Italiano

diff --git a/index.ko_KR.html b/index.ko_KR.html index 23fc407..d994d91 100644 --- a/index.ko_KR.html +++ b/index.ko_KR.html @@ -52,9 +52,10 @@ Brazilian Portugues - 简体中文(Simplified Chinese) - 日本語 - - Türkçe - 한국어(Korean) - Français + Türkçe - + 한국어(Korean) - + Français - + Italiano

diff --git a/index.pt_BR.html b/index.pt_BR.html index d2859c8..b347f38 100644 --- a/index.pt_BR.html +++ b/index.pt_BR.html @@ -52,9 +52,10 @@ Português Brasileiro - 简体中文(Simplified Chinese) - 日本語 - - Türkçe - 한국어(Korean) - Français + Türkçe - + 한국어(Korean) - + Français - + Italiano

diff --git a/index.tr_TR.html b/index.tr_TR.html index ea6142c..c2e2c75 100644 --- a/index.tr_TR.html +++ b/index.tr_TR.html @@ -51,9 +51,10 @@ Brazilian Portugues - 简体中文(Simplified Chinese) - 日本語 - - Türkçe - 한국어(Korean) - Français + Türkçe - + 한국어(Korean) - + Français - + Italiano

diff --git a/index.zh_CN.html b/index.zh_CN.html index 179a772..f8b5c1e 100644 --- a/index.zh_CN.html +++ b/index.zh_CN.html @@ -41,9 +41,10 @@ Brazilian Portugues - 简体中文(Simplified Chinese) 日本語 - - Türkçe - 한국어(Korean) - Français + Türkçe - + 한국어(Korean) - + Français - + Italiano