Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
tmishra
/
gitflow
Public
forked from
nvie/gitflow
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
gitflow
git-flow
on
develop
User selector
All users
All time
Commit history
Commits on Jul 6, 2011
Fix parsing for Bourne shell (FreeBSD)
kixx
committed
06e854a
View commit details
Copy full SHA for 06e854a
View code at this point
Browse repository at this point
Commits on Apr 27, 2011
Revert "Set GITFLOW_DIR correctly if git-flow is a symbolic link"
Show description for 3626bfb
nvie
committed
3626bfb
View commit details
Copy full SHA for 3626bfb
View code at this point
Browse repository at this point
Commits on Apr 23, 2011
Set GITFLOW_DIR correctly if git-flow is a symbolic link
Show description for fff16ed
jbernard
committed
fff16ed
View commit details
Copy full SHA for fff16ed
View code at this point
Browse repository at this point
Commits on Oct 18, 2010
Tell getopt to parse POSIX compatible.
Show description for e1ec57d
nvie
committed
e1ec57d
View commit details
Copy full SHA for e1ec57d
View code at this point
Browse repository at this point
Commits on Jul 9, 2010
Change the URL of the original blog post.
nvie
committed
ddb350b
View commit details
Copy full SHA for ddb350b
View code at this point
Browse repository at this point
Commits on Apr 4, 2010
Added inline license terms to all source files.
nvie
committed
d72acba
View commit details
Copy full SHA for d72acba
View code at this point
Browse repository at this point
Commits on Mar 25, 2010
Removed left-behind helper functions in git-flow.
Show description for b5500d4
nvie
committed
b5500d4
View commit details
Copy full SHA for b5500d4
View code at this point
Browse repository at this point
Commits on Feb 20, 2010
Rewrite the way git-flow initialized its variables in git-flow and assumed
Show description for d72e4ac
nvie
committed
d72e4ac
View commit details
Copy full SHA for d72e4ac
View code at this point
Browse repository at this point
Commits on Feb 15, 2010
Fixed a problem with redirection of stdout/stderr. The specifier '2>&1'
Show description for 283b0f7
nvie
committed
283b0f7
View commit details
Copy full SHA for 283b0f7
View code at this point
Browse repository at this point
Replaced all 'typeset' and 'typeset -i' calls by 'local', as adviced on:
Show description for f46e290
nvie
committed
f46e290
View commit details
Copy full SHA for f46e290
View code at this point
Browse repository at this point
Commits on Feb 5, 2010
Put all common functions into separate file gitflow-common.
Show description for c3607ac
nvie
committed
c3607ac
View commit details
Copy full SHA for c3607ac
View code at this point
Browse repository at this point
Commits on Feb 4, 2010
Fix: error message for "Unknown subcommand"
nvie
committed
9277024
View commit details
Copy full SHA for 9277024
View code at this point
Browse repository at this point
Added -v (--verbose) flags to list subaction of all subcommands.
nvie
committed
3c337fb
View commit details
Copy full SHA for 3c337fb
View code at this point
Browse repository at this point
Commits on Feb 2, 2010
Fix: Of course, in sh, true=0 and false=1. In order to never mess this up
Show description for 4417492
nvie
committed
4417492
View commit details
Copy full SHA for 4417492
View code at this point
Browse repository at this point
Added a nicer way of installing/uninstalling git-flow.
Show description for c3b7db9
nvie
committed
c3b7db9
View commit details
Copy full SHA for c3b7db9
View code at this point
Browse repository at this point
use correct name of shFlags
Show description for c3948cf
Stefan Naewe
authored and
nvie
committed
c3948cf
View commit details
Copy full SHA for c3948cf
View code at this point
Browse repository at this point
Add 'fatal' prefix for messages, like Git does itself.
nvie
committed
4c92a9d
View commit details
Copy full SHA for 4c92a9d
View code at this point
Browse repository at this point
Fix: quote arg to typeset
nvie
committed
e168487
View commit details
Copy full SHA for e168487
View code at this point
Browse repository at this point
Commits on Feb 1, 2010
Use shFlags to parse flags given to main and subcommands.
Show description for 1b81923
nvie
committed
1b81923
View commit details
Copy full SHA for 1b81923
View code at this point
Browse repository at this point
Commits on Jan 30, 2010
Added initial implementation of using shFlags.
nvie
committed
ea58d0f
View commit details
Copy full SHA for ea58d0f
View code at this point
Browse repository at this point
Commits on Jan 29, 2010
Created a second function called gitflow_test_clean_working_tree() that returns error codes instead of dies.
Show description for 62345d5
nvie
committed
62345d5
View commit details
Copy full SHA for 62345d5
View code at this point
Browse repository at this point
Include a globally available variable GIT_DIR, that points to the .git directory.
Show description for 58995b5
nvie
committed
58995b5
View commit details
Copy full SHA for 58995b5
View code at this point
Browse repository at this point
Replace gitflow_check_ prefixes by gitflow_require_ prefixes, for consistency.
nvie
committed
4838644
View commit details
Copy full SHA for 4838644
View code at this point
Browse repository at this point
Commits on Jan 28, 2010
Remove pointless check for existence of function setup()
nvie
committed
92b125c
View commit details
Copy full SHA for 92b125c
View code at this point
Browse repository at this point
Merge branch 'feature/subcmd-structure' into develop
Show description for 46e9c86
nvie
committed
46e9c86
View commit details
Copy full SHA for 46e9c86
View code at this point
Browse repository at this point
Give all subcommands an optional setup() function that will be called by git-flow in order to let the subcommand initialize its environment.
Show description for b866b01
nvie
committed
b866b01
View commit details
Copy full SHA for b866b01
View code at this point
Browse repository at this point
Commits on Jan 27, 2010
remove useless sanity check
hollow
committed
7672d99
View commit details
Copy full SHA for 7672d99
View code at this point
Browse repository at this point
Make git-flow-version a first-class citizen amongst the other subcommands.
nvie
committed
3625f39
View commit details
Copy full SHA for 3625f39
View code at this point
Browse repository at this point
Refactored the subcommand invocation logic to form a more hierarchical structure and a cleaner design.
nvie
committed
186d2b5
View commit details
Copy full SHA for 186d2b5
View code at this point
Browse repository at this point
restore &> behaviour but with posix compliant shell syntax
hollow
authored and
nvie
committed
74a4fe2
View commit details
Copy full SHA for 74a4fe2
View code at this point
Browse repository at this point
sh builtin command typeset is more portable than declare
nvie
committed
1f2741a
View commit details
Copy full SHA for 1f2741a
View code at this point
Browse repository at this point
Fix: run git commands in the foreground, instead of the background.
nvie
committed
2ba9a4d
View commit details
Copy full SHA for 2ba9a4d
View code at this point
Browse repository at this point
Commits on Jan 26, 2010
Structurally replace gitflow by git-flow, as a true git extension.
nvie
committed
6c2d30b
View commit details
Copy full SHA for 6c2d30b
View code at this point
Browse repository at this point
implement init command
hollow
committed
427c5db
View commit details
Copy full SHA for 427c5db
View code at this point
Browse repository at this point
remove bash specific expansions
hollow
committed
e2fa491
View commit details
Copy full SHA for e2fa491
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.