diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6affb02 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text eol=lf + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.psd binary diff --git a/index.ar_MA.html b/index.ar_MA.html index e4ce4f8..9c7bfb8 100644 --- a/index.ar_MA.html +++ b/index.ar_MA.html @@ -9,7 +9,6 @@ - diff --git a/index.ca_CA.html b/index.ca_CA.html index b1d7d54..b34954d 100644 --- a/index.ca_CA.html +++ b/index.ca_CA.html @@ -9,7 +9,6 @@ - diff --git a/index.de_DE.html b/index.de_DE.html index b641827..d4c47a5 100644 --- a/index.de_DE.html +++ b/index.de_DE.html @@ -8,7 +8,6 @@ - diff --git a/index.el_GR.html b/index.el_GR.html index f51f8cf..2e6cd14 100644 --- a/index.el_GR.html +++ b/index.el_GR.html @@ -8,7 +8,6 @@ - diff --git a/index.es_ES.html b/index.es_ES.html index d421624..03872a0 100644 --- a/index.es_ES.html +++ b/index.es_ES.html @@ -8,7 +8,6 @@ - diff --git a/index.fr_FR.html b/index.fr_FR.html index 22659fa..46708cc 100644 --- a/index.fr_FR.html +++ b/index.fr_FR.html @@ -8,7 +8,6 @@ - diff --git a/index.hr_HR.html b/index.hr_HR.html index 08c0bd5..c28c002 100644 --- a/index.hr_HR.html +++ b/index.hr_HR.html @@ -1,409 +1,408 @@ - - - - - - git-flow cheatsheet - - - - - - - - - - - -
- -

git-flow šalabahter

- -

- created by Daniel Kummer - - -

-

efikasno branchanje koristeći git-flow Vincenta Driessena

-

prijevodi: - English - - Castellano - - Brazilian Portugues - - 繁體中文(Traditional Chinese) - - 简体中文(Simplified Chinese) - - 日本語 - - Türkçe - - 한국어(Korean) - - Français - - Italiano - - Nederlands - - Русский (Russian) - - Deutsch (German) - - Català (Catalan) - - Română (Romanian) - - Ελληνικά (Greek) - - Українська (Ukrainian) - - Tiếng Việt (Vietnamese) - - Polski - - Hrvatski - - العربية -

-
- -
- - -
-

O git-flowu

- -

- git-flow je skup ekstenzija koje omogućuju da se operacije na repozitoriju, koje implementiraju - branching model Vincenta Driessena, obavljaju lakše. - more -

-

★ ★ ★

- -

Ovaj šalabahter prikazuje osnovnu uporabu i efekte git-flow operacija

- -

★ ★ ★

-
- -
-

Osnovni savjeti

- -

★ ★ ★

-
- - -
-

Postavljanje

- -

★ ★ ★

-
-

OSX

- Homebrew -
- $ brew install git-flow-avh -
- Macports -
- $ port install git-flow-avh -
-

Linux

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

Windows (Cygwin)

-
- $ wget -q -O - --no-check-certificate - https://raw.github.com/petervanderdoes/gitflow-avh/develop/contrib/gitflow-installer.sh install stable | bash -
-

Trebate wget i util-linux za instaliranje git-flow.

-
-
-

- Za detaljne instalacijske upute posjetite git flow - wiki. -

- install git-flow -
-
- -
-

Osnove

-

Git flow je potrebno inicijalizirati da prilagodite postavke svog projekta.

-

★ ★ ★

-
-

Inicijalizacija

- -

Započnite sa git-flow inicijalizancijom istog u postojećem git repozitoriju:

-
- git flow init -
-

- Potrebno je odgovoriti na par pitanja vezano uz konvencije imenovanja brancheva.
- Preporučuje se upotreba pretpostavljenih vrijednosti. -

- -
-
-
-
-
-
-
-
- - -
-

Funkcionalnosti

- - -

★ ★ ★

- -
-

Početak nove funkcionalnosti

-

Nove funkcionalnost započinju se iz 'develop' brancha.

-

Otpočnite razvoj nove funkcionalnosti sa:

-
- git flow feature start MYFEATURE -
-

Ova akcija kreira branch za novu funkcionalnost baziran na 'develop' i prebacuje u njega

- - -
-
-
-
-
- -
-
-

Dovršavanje funkcionalnosti

- -

- Dovršite razvoj nove funkcionalnosti. - Ova akcija izvršava sljedeće -

-
    -
  • Mergea MYFEATURE u 'develop'
  • -
  • Uklanja branch funkcionalnosti
  • -
  • Prebacuje natrag u 'develop' branch
  • -
- -
- git flow feature finish MYFEATURE -
-
-
-
-
-
- -
-
-

Publiciranje funkcionalnosti

- -

- Razvijate li funkcionalnost zajedno s nekim?
- Publicirajte funkcionalnost na udaljeni server tako da ju mogu koristiti drugi korisnici. -

- -
- git flow feature publish MYFEATURE -
-
-
-
-
-
- -
-
-

Preuzimanje publicirane funkcionalnosti

- -

- Preuzmite funkcionalnost koju je netko razvio. -

- -
- git flow feature pull origin MYFEATURE -
- -

Možete pratiti razvoj funkcionalnost sa: git flow feature track MYFEATURE

-
-
-
-
-
- - -
-

Release

- - -

★ ★ ★

-
-

Započnite release

- -

Da započnete release, koristite git flow release komandu. Kreira release branch kreiran iz 'develop' branch-a.

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

Opcionalno, možete dati [BASE] sha-1 hash commit-a iz kojeg da se započne release. Commit mora biti na 'develop' branchu.

-

★ ★ ★

-

Bilo bi pametno publicirati release branch nakon kreiranja da se omoguće release commit-i - od ostalih developera. Slično publiciranju funkcionalnosti:

-
- git flow release publish RELEASE -
-

(Možete pratiti udaljeni release sa
git flow release track RELEASE komandom)

-
-
-
-
-
- -
-
-

Dovršavanje release-a

- -

Dovršiti release je veliki korak u git branchanju. Izvršava nekoliko akcija:

-
    -
  • Merge-a release branch natrag u 'master'
  • -
  • Tagira release sa njegovim nazivom
  • -
  • Merge-a release natrag u 'develop'
  • -
  • Uklanja release branch
  • -
-
- git flow release finish RELEASE -
-

Ne zaboravite poslati tagove sa git push --tags

- -
-
-
- -
-
- -
-

Brze prepravke

- - -

★ ★ ★

-
-

git flow hotfix start

- -

Kao i druge git flow komande, hotfix se započinje sa

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

Argumet 'version' označava naziv hotfix release-a. Dodatno, možete specificirati 'basename' iz kojeg se započinje hotfix.

-
-
-
-
-
- -
-
-

Dovršavanje hotfixa

- -

Dovršavanjem, hotfix biva merge-an natrag u 'develop' i 'master'. Dodatno, merge u 'master' biva tagiran sa verzijom hotfixa.

-
- git flow hotfix finish VERSION -
-
-
-
-
-
- -
-
-
-
-
-
-
- - -
-

Komande

- git-flow commands -
- -
-

Backlog

-

★ ★ ★

- -

★ ★ ★

-
-
- - - - - - - -Komentari putem Disqus - - - - + + + + + + git-flow cheatsheet + + + + + + + + + + +
+ +

git-flow šalabahter

+ +

+ created by Daniel Kummer + + +

+

efikasno branchanje koristeći git-flow Vincenta Driessena

+

prijevodi: + English - + Castellano - + Brazilian Portugues - + 繁體中文(Traditional Chinese) - + 简体中文(Simplified Chinese) - + 日本語 - + Türkçe - + 한국어(Korean) - + Français - + Italiano - + Nederlands - + Русский (Russian) - + Deutsch (German) - + Català (Catalan) - + Română (Romanian) - + Ελληνικά (Greek) - + Українська (Ukrainian) - + Tiếng Việt (Vietnamese) - + Polski - + Hrvatski - + العربية +

+
+ +
+ + +
+

O git-flowu

+ +

+ git-flow je skup ekstenzija koje omogućuju da se operacije na repozitoriju, koje implementiraju + branching model Vincenta Driessena, obavljaju lakše. + more +

+

★ ★ ★

+ +

Ovaj šalabahter prikazuje osnovnu uporabu i efekte git-flow operacija

+ +

★ ★ ★

+
+ +
+

Osnovni savjeti

+ +

★ ★ ★

+
+ + +
+

Postavljanje

+ +

★ ★ ★

+
+

OSX

+ Homebrew +
+ $ brew install git-flow-avh +
+ Macports +
+ $ port install git-flow-avh +
+

Linux

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

Windows (Cygwin)

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

Trebate wget i util-linux za instaliranje git-flow.

+
+
+

+ Za detaljne instalacijske upute posjetite git flow + wiki. +

+ install git-flow +
+
+ +
+

Osnove

+

Git flow je potrebno inicijalizirati da prilagodite postavke svog projekta.

+

★ ★ ★

+
+

Inicijalizacija

+ +

Započnite sa git-flow inicijalizancijom istog u postojećem git repozitoriju:

+
+ git flow init +
+

+ Potrebno je odgovoriti na par pitanja vezano uz konvencije imenovanja brancheva.
+ Preporučuje se upotreba pretpostavljenih vrijednosti. +

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

Funkcionalnosti

+ + +

★ ★ ★

+ +
+

Početak nove funkcionalnosti

+

Nove funkcionalnost započinju se iz 'develop' brancha.

+

Otpočnite razvoj nove funkcionalnosti sa:

+
+ git flow feature start MYFEATURE +
+

Ova akcija kreira branch za novu funkcionalnost baziran na 'develop' i prebacuje u njega

+ + +
+
+
+
+
+ +
+
+

Dovršavanje funkcionalnosti

+ +

+ Dovršite razvoj nove funkcionalnosti. + Ova akcija izvršava sljedeće +

+
    +
  • Mergea MYFEATURE u 'develop'
  • +
  • Uklanja branch funkcionalnosti
  • +
  • Prebacuje natrag u 'develop' branch
  • +
+ +
+ git flow feature finish MYFEATURE +
+
+
+
+
+
+ +
+
+

Publiciranje funkcionalnosti

+ +

+ Razvijate li funkcionalnost zajedno s nekim?
+ Publicirajte funkcionalnost na udaljeni server tako da ju mogu koristiti drugi korisnici. +

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

Preuzimanje publicirane funkcionalnosti

+ +

+ Preuzmite funkcionalnost koju je netko razvio. +

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

Možete pratiti razvoj funkcionalnost sa: git flow feature track MYFEATURE

+
+
+
+
+
+ + +
+

Release

+ + +

★ ★ ★

+
+

Započnite release

+ +

Da započnete release, koristite git flow release komandu. Kreira release branch kreiran iz 'develop' branch-a.

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

Opcionalno, možete dati [BASE] sha-1 hash commit-a iz kojeg da se započne release. Commit mora biti na 'develop' branchu.

+

★ ★ ★

+

Bilo bi pametno publicirati release branch nakon kreiranja da se omoguće release commit-i + od ostalih developera. Slično publiciranju funkcionalnosti:

+
+ git flow release publish RELEASE +
+

(Možete pratiti udaljeni release sa
git flow release track RELEASE komandom)

+
+
+
+
+
+ +
+
+

Dovršavanje release-a

+ +

Dovršiti release je veliki korak u git branchanju. Izvršava nekoliko akcija:

+
    +
  • Merge-a release branch natrag u 'master'
  • +
  • Tagira release sa njegovim nazivom
  • +
  • Merge-a release natrag u 'develop'
  • +
  • Uklanja release branch
  • +
+
+ git flow release finish RELEASE +
+

Ne zaboravite poslati tagove sa git push --tags

+ +
+
+
+ +
+
+ +
+

Brze prepravke

+ + +

★ ★ ★

+
+

git flow hotfix start

+ +

Kao i druge git flow komande, hotfix se započinje sa

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

Argumet 'version' označava naziv hotfix release-a. Dodatno, možete specificirati 'basename' iz kojeg se započinje hotfix.

+
+
+
+
+
+ +
+
+

Dovršavanje hotfixa

+ +

Dovršavanjem, hotfix biva merge-an natrag u 'develop' i 'master'. Dodatno, merge u 'master' biva tagiran sa verzijom hotfixa.

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

Komande

+ git-flow commands +
+ +
+

Backlog

+

★ ★ ★

+ +

★ ★ ★

+
+
+ + + + + + + +Komentari putem Disqus + + + + diff --git a/index.html b/index.html index fd607a8..7a9b760 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,6 @@ - diff --git a/index.it_IT.html b/index.it_IT.html index 99a5309..813b11a 100644 --- a/index.it_IT.html +++ b/index.it_IT.html @@ -8,7 +8,6 @@ - diff --git a/index.ja_JP.html b/index.ja_JP.html index 0557bf1..a01cf3b 100644 --- a/index.ja_JP.html +++ b/index.ja_JP.html @@ -8,7 +8,6 @@ - diff --git a/index.ko_KR.html b/index.ko_KR.html index 44137ca..9781241 100644 --- a/index.ko_KR.html +++ b/index.ko_KR.html @@ -8,7 +8,6 @@ - diff --git a/index.nl_NL.html b/index.nl_NL.html index 283da24..d3036f3 100644 --- a/index.nl_NL.html +++ b/index.nl_NL.html @@ -8,7 +8,6 @@ - diff --git a/index.pl_PL.html b/index.pl_PL.html index c869a5a..1362f1a 100644 --- a/index.pl_PL.html +++ b/index.pl_PL.html @@ -12,7 +12,6 @@ font-family: 'Lobster'; } - diff --git a/index.pt_BR.html b/index.pt_BR.html index b833316..d37e7d9 100644 --- a/index.pt_BR.html +++ b/index.pt_BR.html @@ -7,7 +7,6 @@ - @@ -381,7 +380,7 @@ var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js'; + dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); diff --git a/index.ro_RO.html b/index.ro_RO.html index 84fc136..d730b70 100644 --- a/index.ro_RO.html +++ b/index.ro_RO.html @@ -8,7 +8,6 @@ - diff --git a/index.ru_RU.html b/index.ru_RU.html index 595ecd7..e1c52a7 100644 --- a/index.ru_RU.html +++ b/index.ru_RU.html @@ -17,7 +17,6 @@ } - diff --git a/index.tr_TR.html b/index.tr_TR.html index b1cf18e..8418935 100644 --- a/index.tr_TR.html +++ b/index.tr_TR.html @@ -8,7 +8,6 @@ - diff --git a/index.uk_UA.html b/index.uk_UA.html index 84211fd..eed9486 100644 --- a/index.uk_UA.html +++ b/index.uk_UA.html @@ -17,7 +17,6 @@ } - diff --git a/index.vi_VN.html b/index.vi_VN.html index b6cf778..40db387 100644 --- a/index.vi_VN.html +++ b/index.vi_VN.html @@ -8,7 +8,6 @@ - diff --git a/index.zh_CN.html b/index.zh_CN.html index 523c097..6dc03cc 100644 --- a/index.zh_CN.html +++ b/index.zh_CN.html @@ -8,7 +8,6 @@ - diff --git a/index.zh_TW.html b/index.zh_TW.html index 03b1788..9fd4460 100644 --- a/index.zh_TW.html +++ b/index.zh_TW.html @@ -9,7 +9,6 @@ -