Commit 6c2d30bb authored by Vincent Driessen's avatar Vincent Driessen

Structurally replace gitflow by git-flow, as a true git extension.

parent 12c4ab4f
gitflow git-flow
======= ========
A collection of Git extensions to provide high-level repository operations A collection of Git extensions to provide high-level repository operations
for Vincent Driessen's [branching model](http://nvie.com/archives/323 "original for Vincent Driessen's [branching model](http://nvie.com/archives/323 "original
blog post"). blog post").
......
#!/bin/sh #!/bin/sh
# #
# gitflow -- A collection of Git wrapper scripts to provide high-level # git-flow -- A collection of Git extensions to provide high-level
# repository operations for Vincent Driessen's branching model: # repository operations for Vincent Driessen's branching model.
# #
# Original blog post presenting this model is found at: # Original blog post presenting this model is found at:
# http://nvie.com/archives/323 # http://nvie.com/archives/323
...@@ -34,7 +34,7 @@ has() { ...@@ -34,7 +34,7 @@ has() {
usage() { usage() {
. "$GITFLOW_DIR/git-flow-version" . "$GITFLOW_DIR/git-flow-version"
echo "gitflow, version $GITFLOW_VERSION" echo "git-flow, version $GITFLOW_VERSION"
echo echo
echo "usage: git flow <cmd> <type> <args>" echo "usage: git flow <cmd> <type> <args>"
echo " git flow init [<url>]" echo " git flow init [<url>]"
......
# #
# gitflow -- A collection of Git wrapper scripts to provide high-level # git-flow -- A collection of Git extensions to provide high-level
# repository operations for Vincent Driessen's branching model: # repository operations for Vincent Driessen's branching model.
# #
# Original blog post presenting this model is found at: # Original blog post presenting this model is found at:
# http://nvie.com/archives/323 # http://nvie.com/archives/323
......
# #
# gitflow -- A collection of Git wrapper scripts to provide high-level # git-flow -- A collection of Git extensions to provide high-level
# repository operations for Vincent Driessen's branching model: # repository operations for Vincent Driessen's branching model.
# #
# Original blog post presenting this model is found at: # Original blog post presenting this model is found at:
# http://nvie.com/archives/323 # http://nvie.com/archives/323
......
# #
# gitflow -- A collection of Git wrapper scripts to provide high-level # git-flow -- A collection of Git extensions to provide high-level
# repository operations for Vincent Driessen's branching model: # repository operations for Vincent Driessen's branching model.
# #
# Original blog post presenting this model is found at: # Original blog post presenting this model is found at:
# http://nvie.com/archives/323 # http://nvie.com/archives/323
......
# #
# gitflow -- A collection of Git wrapper scripts to provide high-level # git-flow -- A collection of Git extensions to provide high-level
# repository operations for Vincent Driessen's branching model: # repository operations for Vincent Driessen's branching model.
# #
# Original blog post presenting this model is found at: # Original blog post presenting this model is found at:
# http://nvie.com/archives/323 # http://nvie.com/archives/323
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment