Skip to content

Commit

Permalink
Structurally replace gitflow by git-flow, as a true git extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Jan 26, 2010
1 parent 12c4ab4 commit 6c2d30b
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.mdown
@@ -1,5 +1,5 @@
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").
Expand Down
6 changes: 3 additions & 3 deletions git-flow
@@ -1,7 +1,7 @@
#!/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
Expand Down Expand Up @@ -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>]"
Expand Down
4 changes: 2 additions & 2 deletions git-flow-feature
@@ -1,6 +1,6 @@
# #
# 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
Expand Down
4 changes: 2 additions & 2 deletions git-flow-hotfix
@@ -1,6 +1,6 @@
# #
# 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
Expand Down
4 changes: 2 additions & 2 deletions git-flow-release
@@ -1,6 +1,6 @@
# #
# 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
Expand Down
4 changes: 2 additions & 2 deletions git-flow-support
@@ -1,6 +1,6 @@
# #
# 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
Expand Down

0 comments on commit 6c2d30b

Please sign in to comment.