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
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 }}
mlua
/
gitflow
Public
forked from
nvie/gitflow
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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-feature
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 25, 2012
Use git_do where appropriate
jeromebaum
committed
15aab26
View commit details
Copy full SHA for 15aab26
View code at this point
Browse repository at this point
Commits on Jul 9, 2012
Merge branch 'develop' into squash-option
nvie
committed
fda5507
View commit details
Copy full SHA for fda5507
View code at this point
Browse repository at this point
Cleanup (mostly whitespace issues).
nvie
committed
0c4d0bf
View commit details
Copy full SHA for 0c4d0bf
View code at this point
Browse repository at this point
Merge pull request #211 from pcragone/develop
Show description for f414f0c
nvie
committed
f414f0c
View commit details
Copy full SHA for f414f0c
View code at this point
Browse repository at this point
Commits on Jun 1, 2012
fixes pull existing feature from remote.
memleak
committed
12c2a9c
View commit details
Copy full SHA for 12c2a9c
View code at this point
Browse repository at this point
Commits on Apr 21, 2012
Added 'init()' function to git-flow-{feature,release,hotfix,support}, which gets called if subargument is not help
pcragone
committed
dc902ed
View commit details
Copy full SHA for dc902ed
View code at this point
Browse repository at this point
Commits on Apr 19, 2012
Feature finish squash parameter
Show description for 75fbdd7
mykehsd
committed
75fbdd7
View commit details
Copy full SHA for 75fbdd7
View code at this point
Browse repository at this point
Commits on Feb 13, 2012
Fix indenting.
nvie
committed
7384052
View commit details
Copy full SHA for 7384052
View code at this point
Browse repository at this point
Added a -r flag to git-flow-feature-pull to support pull with rebase
Show description for 56bff9a
vedang
authored and
nvie
committed
56bff9a
View commit details
Copy full SHA for 56bff9a
View code at this point
Browse repository at this point
Commits on Nov 23, 2011
Fix wording.
nvie
committed
4895c15
View commit details
Copy full SHA for 4895c15
View code at this point
Browse repository at this point
Commits on Oct 25, 2011
added a -D flag to the git flow finish command to try extra hard to delete the local branch after finishing the feature
chad3814
committed
9c5c806
View commit details
Copy full SHA for 9c5c806
View code at this point
Browse repository at this point
Commits on May 16, 2011
Update usage docs and changelog.
nvie
committed
59e6aef
View commit details
Copy full SHA for 59e6aef
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Feb 3, 2011
Fix: "eval set" called in the wrong context.
Show description for 68e53aa
nvie
committed
68e53aa
View commit details
Copy full SHA for 68e53aa
View code at this point
Browse repository at this point
Don't just take the last argument, take the first.
Show description for f1eaa4e
nvie
committed
f1eaa4e
View commit details
Copy full SHA for f1eaa4e
View code at this point
Browse repository at this point
Commits on Oct 8, 2010
Manually select the last argument.
Show description for f50df99
nvie
committed
f50df99
View commit details
Copy full SHA for f50df99
View code at this point
Browse repository at this point
Commits on Oct 5, 2010
Tidy up a bit.
nvie
committed
ddd9dfe
View commit details
Copy full SHA for ddd9dfe
View code at this point
Browse repository at this point
Added -k option to keep (feature|hotfix|relase) branch when calling 'finish'.
Guillaume-Jean Herbiet
authored and
nvie
committed
8fee0c2
View commit details
Copy full SHA for 8fee0c2
View code at this point
Browse repository at this point
Commits on Aug 22, 2010
Fixed incorrect color flag
adamgibbins
committed
cf3da5a
View commit details
Copy full SHA for cf3da5a
View code at this point
Browse repository at this point
Commits on Aug 21, 2010
Bugfix to avoid errors due to Git subcommands returning ANSI color output.
nvie
committed
871f5ed
View commit details
Copy full SHA for 871f5ed
View code at this point
Browse repository at this point
Commits on Jul 21, 2010
Fix whitespace issues.
nvie
committed
cb654b1
View commit details
Copy full SHA for cb654b1
View code at this point
Browse repository at this point
Commits on Jul 20, 2010
Finishing features now only update / and / if they exists, this allows you to work on a unpushed repo, or a git svn repo
talios
committed
8a86c48
View commit details
Copy full SHA for 8a86c48
View code at this point
Browse repository at this point
Commits on Jul 9, 2010
Added new experimental `feature pull` subcommand.
Show description for f68d405
nvie
committed
f68d405
View commit details
Copy full SHA for f68d405
View code at this point
Browse repository at this point
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
Forgot to update usage text.
nvie
committed
2b829ce
View commit details
Copy full SHA for 2b829ce
View code at this point
Browse repository at this point
Allow new feature branches in dirty working trees.
Show description for 4132de9
nvie
committed
4132de9
View commit details
Copy full SHA for 4132de9
View code at this point
Browse repository at this point
Commits on Jul 8, 2010
Force deletion of the feature branch after finish.
Show description for e761e35
nvie
committed
e761e35
View commit details
Copy full SHA for e761e35
View code at this point
Browse repository at this point
Commits on Jun 29, 2010
Adding an extra line to the output for extra spacing.
Zoramite
authored and
nvie
committed
4de01f2
View commit details
Copy full SHA for 4de01f2
View code at this point
Browse repository at this point
Adding extra instructions when running the list option without any corresponding branches found.
Zoramite
authored and
nvie
committed
b681b45
View commit details
Copy full SHA for b681b45
View code at this point
Browse repository at this point
Commits on May 27, 2010
Added alias 'co' for new 'checkout' subcommand.
nvie
committed
a2baef9
View commit details
Copy full SHA for a2baef9
View code at this point
Browse repository at this point
Added 'feature checkout' subcommand.
Show description for d43ab84
nvie
committed
d43ab84
View commit details
Copy full SHA for d43ab84
View code at this point
Browse repository at this point
Commits on Apr 4, 2010
Fix: unnecessary requirement of origin when creating a new feature branch.
Show description for c118a85
nvie
committed
c118a85
View commit details
Copy full SHA for c118a85
View code at this point
Browse repository at this point
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 Apr 1, 2010
Correct advisory message. Wording was reversed.
gmallard
committed
192ff52
View commit details
Copy full SHA for 192ff52
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.