★ ★ ★
diff --git a/index.html b/index.html index efd3d0f..11357a1 100644 --- a/index.html +++ b/index.html @@ -46,7 +46,7 @@ }(document, "script", "twitter-wjs");
efficient branching using git-flow by Vincent Driessen
- +translations: en - Brazilian Portugues
★ ★ ★
You need wget and util-linux to install git-flow.
@@ -296,9 +298,9 @@
Like the other git flow commands, a hotfix is started with
- git flow hotfix start RELEASE + git flow hotfix start VERSION [BASENAME]-
The release argument hereby marks the faulty production release
+The version argument hereby marks the new hotfix release name. Optionally you can specify a basename to start from.
By finishing a hotfix it gets merged back into develop and master. Additionally the master merge ist tagged.
+By finishing a hotfix it gets merged back into develop and master. Additionally the master merge ist tagged with the hotfix version.
- git flow hotfix finish RELEASE + git flow hotfix finish VERSION