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
Branch selector
develop
User selector
All users
All time
Commit history
Commits on Jul 27, 2011
Merge pull request #141 from moranjk/develop
Show description for be5dabf
nvie
committed
be5dabf
View commit details
Copy full SHA for be5dabf
Browse repository at this point
Commits on Jul 26, 2011
fixed malformed if statement
James Moran
committed
0c32062
View commit details
Copy full SHA for 0c32062
Browse repository at this point
Commits on Jul 11, 2011
Merge branch 'develop' of https://github.com/kixx/gitflow into develop
nvie
committed
7c7dc35
View commit details
Copy full SHA for 7c7dc35
Browse repository at this point
Merge pull request #138 from MarkBorcherding/feature/windows-install-step
Show description for 3d12772
nvie
committed
3d12772
View commit details
Copy full SHA for 3d12772
Browse repository at this point
Commits on Jul 8, 2011
Adding windows install step for libintl3.dll
Show description for e73a1d9
MarkBorcherding
committed
e73a1d9
View commit details
Copy full SHA for e73a1d9
Browse repository at this point
Commits on Jul 6, 2011
Fix parsing for Bourne shell (FreeBSD)
kixx
committed
06e854a
View commit details
Copy full SHA for 06e854a
Browse repository at this point
Commits on Jun 14, 2011
Merge pull request #132 from kwasticat/develop
Show description for 0191c68
nvie
committed
0191c68
View commit details
Copy full SHA for 0191c68
Browse repository at this point
This script depends on Bash-only features, and so should not be executed with sh.
Tacit Sawk
committed
26293bb
View commit details
Copy full SHA for 26293bb
Browse repository at this point
Commits on May 23, 2011
Update the version number to distinguish HEAD from the released 0.4.1 version.
nvie
committed
14bcc58
View commit details
Copy full SHA for 14bcc58
Browse repository at this point
Commits on May 16, 2011
Update the changelog.
nvie
committed
8b73fed
View commit details
Copy full SHA for 8b73fed
Browse repository at this point
Update usage docs and changelog.
nvie
committed
59e6aef
View commit details
Copy full SHA for 59e6aef
Browse repository at this point
Implement git flow feature finish without a branch name to finish the
Show description for cf5b2a5
nvie
committed
cf5b2a5
View commit details
Copy full SHA for cf5b2a5
Browse repository at this point
Make room for new minor release (and update the changelog).
nvie
committed
c4b4b3c
View commit details
Copy full SHA for c4b4b3c
Browse repository at this point
Commits on May 10, 2011
Add Olivier Mengué to the list of contributors.
Show description for b7fc886
nvie
committed
b7fc886
View commit details
Copy full SHA for b7fc886
Browse repository at this point
Merge pull request #109 from dolmen/feature/msysgit-install
Show description for 9720b66
nvie
committed
9720b66
View commit details
Copy full SHA for 9720b66
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
Browse repository at this point
Commits on Apr 26, 2011
Add Jon Bernard to the list of contributors.
nvie
committed
f9ace1f
View commit details
Copy full SHA for f9ace1f
Browse repository at this point
Merged pull request #119 from jbernard/develop.
Show description for a64939d
nvie
committed
a64939d
View commit details
Copy full SHA for a64939d
Browse repository at this point
Add Kiall Mac Innes to the list of contributors.
Show description for d762995
nvie
committed
d762995
View commit details
Copy full SHA for d762995
Browse repository at this point
Moved the debian stuff to the contrib directory.
nvie
committed
7e583b5
View commit details
Copy full SHA for 7e583b5
Browse repository at this point
Merged pull request #120 from kiall/develop.
Show description for 96e3e3f
nvie
committed
96e3e3f
View commit details
Copy full SHA for 96e3e3f
Browse repository at this point
Commits on Apr 25, 2011
Fixing some minor mistakes in debian/control metadata - followup to ca475abb09fc761e06720b15d05f33710a17409c
kiall
committed
6fc1323
View commit details
Copy full SHA for 6fc1323
Browse repository at this point
Add debian/ubuntu packaging.
kiall
committed
ca475ab
View commit details
Copy full SHA for ca475ab
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
Browse repository at this point
Commits on Apr 17, 2011
Fix always-empty value for $DOT_GIT_DIR variable.
Show description for a7a89cd
nvie
committed
a7a89cd
View commit details
Copy full SHA for a7a89cd
Browse repository at this point
Add Jannis Leidel to the list of contributors.
nvie
committed
e024fa4
View commit details
Copy full SHA for e024fa4
Browse repository at this point
Merge branch 'develop' of https://github.com/jezdez/gitflow into develop
nvie
committed
499b468
View commit details
Copy full SHA for 499b468
Browse repository at this point
Add Konstantin Tjuterev to the list of contributors.
nvie
committed
2f05c3c
View commit details
Copy full SHA for 2f05c3c
Browse repository at this point
Merge branch 'develop' of https://github.com/kostiklv/gitflow into develop
nvie
committed
f1b3213
View commit details
Copy full SHA for f1b3213
Browse repository at this point
Commits on Apr 15, 2011
release: start subcommand takes an optional base as well
Show description for 2074360
Stefan Näwe
committed
2074360
View commit details
Copy full SHA for 2074360
Browse repository at this point
Commits on Apr 14, 2011
- Removed quoting in has $SOME_BRANCH $(get_remote_branches), as the check was always false
Show description for f6fcc4e
Konstantin Tjuterev
committed
f6fcc4e
View commit details
Copy full SHA for f6fcc4e
Browse repository at this point
Commits on Mar 28, 2011
Fixed require_tag_absent to not break when the list of tags contains an ambiguous entry, e.g. looking for "1.0.1" in "0.1.0 0.1.1 0.1.2 1.0".
jezdez
committed
8f280e0
View commit details
Copy full SHA for 8f280e0
Browse repository at this point
Commits on Mar 20, 2011
Update README for msysgit to use the new installer
dolmen
committed
b52f79e
View commit details
Copy full SHA for b52f79e
Browse repository at this point
Add an installer for the msysgit environment
Show description for 023ed69
dolmen
committed
023ed69
View commit details
Copy full SHA for 023ed69
Browse repository at this point
Commits on Feb 14, 2011
Merge branch 'release/0.4.1' into develop
nvie
committed
baf66be
View commit details
Copy full SHA for baf66be
Browse repository at this point
Previous
Next
You can’t perform that action at this time.