Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitflow
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tools
gitflow
Commits
6c2d30bb
Commit
6c2d30bb
authored
Jan 26, 2010
by
Vincent Driessen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Structurally replace gitflow by git-flow, as a true git extension.
parent
12c4ab4f
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
13 deletions
+13
-13
README.mdown
README.mdown
+2
-2
git-flow
git-flow
+3
-3
git-flow-feature
git-flow-feature
+2
-2
git-flow-hotfix
git-flow-hotfix
+2
-2
git-flow-release
git-flow-release
+2
-2
git-flow-support
git-flow-support
+2
-2
No files found.
README.mdown
View file @
6c2d30bb
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").
...
...
git-flow
View file @
6c2d30bb
#!/bin/sh
#!/bin/sh
#
#
# git
flow -- A collection of Git wrapper script
s to provide high-level
# git
-flow -- A collection of Git extension
s 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>]"
...
...
git-flow-feature
View file @
6c2d30bb
#
#
# git
flow -- A collection of Git wrapper script
s to provide high-level
# git
-flow -- A collection of Git extension
s 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
...
...
git-flow-hotfix
View file @
6c2d30bb
#
#
# git
flow -- A collection of Git wrapper script
s to provide high-level
# git
-flow -- A collection of Git extension
s 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
...
...
git-flow-release
View file @
6c2d30bb
#
#
# git
flow -- A collection of Git wrapper script
s to provide high-level
# git
-flow -- A collection of Git extension
s 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
...
...
git-flow-support
View file @
6c2d30bb
#
#
# git
flow -- A collection of Git wrapper script
s to provide high-level
# git
-flow -- A collection of Git extension
s 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment