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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
Squarespace
/
gitflow
Public
forked from
htgoebel/gitflow
Notifications
You must be signed in to change notification settings
Fork
2
Star
3
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
gitflow
gitflow
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on May 12, 2013
Fix issue #8: typo in merge exception handling.
Show description for e415375
htgoebel
committed
e415375
View commit details
Copy full SHA for e415375
View code at this point
Browse repository at this point
Commits on Apr 29, 2013
Fixes to doc-strings.
htgoebel
committed
db04a96
View commit details
Copy full SHA for db04a96
View code at this point
Browse repository at this point
Fix: GitFlow.publish() does not return the branch name.
Show description for 29cfa5b
htgoebel
committed
29cfa5b
View commit details
Copy full SHA for 29cfa5b
View code at this point
Browse repository at this point
Enhance error message of BranchExistsError exception.
htgoebel
committed
7ca95b0
View commit details
Copy full SHA for 7ca95b0
View code at this point
Browse repository at this point
Enhance error message of NoSuchRemoteError exception.
htgoebel
committed
dce4435
View commit details
Copy full SHA for dce4435
View code at this point
Browse repository at this point
Commits on Feb 16, 2013
Bumping version back to 0.6.0dev.
Show description for 0e0d914
htgoebel
committed
0e0d914
View commit details
Copy full SHA for 0e0d914
View code at this point
Browse repository at this point
Remove Vincent from the contacts as he seams to no longer be interested.
Show description for ca4fac0
htgoebel
committed
ca4fac0
View commit details
Copy full SHA for ca4fac0
View code at this point
Browse repository at this point
Update copyright year to include 2013.
htgoebel
committed
ecc57f0
View commit details
Copy full SHA for ecc57f0
View code at this point
Browse repository at this point
Fix typo.
htgoebel
committed
08a969e
View commit details
Copy full SHA for 08a969e
View code at this point
Browse repository at this point
Bumping version to 0.5.1
htgoebel
committed
d29a5e0
View commit details
Copy full SHA for d29a5e0
View code at this point
Browse repository at this point
Commits on Feb 14, 2013
Update gitflow/core.py
Show description for 0e9269f
realyze
authored and
htgoebel
committed
0e9269f
View commit details
Copy full SHA for 0e9269f
View code at this point
Browse repository at this point
Commits on Oct 28, 2012
Bumping version to 0.6.0dev
htgoebel
committed
3dfed8c
View commit details
Copy full SHA for 3dfed8c
View code at this point
Browse repository at this point
Commits on Oct 27, 2012
Fix URL: Point to `http://github.com/htgoebel/gitflow/` now.
htgoebel
committed
7d8f332
View commit details
Copy full SHA for 7d8f332
View code at this point
Browse repository at this point
Putting myself as the first author, since I took over.
htgoebel
committed
e151889
View commit details
Copy full SHA for e151889
View code at this point
Browse repository at this point
Update command help messages.
htgoebel
committed
29a16ab
View commit details
Copy full SHA for 29a16ab
View code at this point
Browse repository at this point
Commits on Jul 29, 2012
Avoid printing the trace-back in case of a GitCommandError.
Show description for 3642e99
htgoebel
committed
3642e99
View commit details
Copy full SHA for 3642e99
View code at this point
Browse repository at this point
Commits on Mar 9, 2012
Fix `git flow init`: crashed if master exists remote but not local.
htgoebel
committed
0d04fb8
View commit details
Copy full SHA for 0d04fb8
View code at this point
Browse repository at this point
Commits on Mar 8, 2012
Make BranchManager.merge() capture the merge error message.
Show description for 144fe1f
htgoebel
committed
144fe1f
View commit details
Copy full SHA for 144fe1f
View code at this point
Browse repository at this point
Update doc-strings: more docs, fix typos, fix Sphinx errors.
htgoebel
committed
bfc13a7
View commit details
Copy full SHA for bfc13a7
View code at this point
Browse repository at this point
Make the import of module `readline` optional.
Show description for bd16981
htgoebel
committed
bd16981
View commit details
Copy full SHA for bd16981
View code at this point
Browse repository at this point
Fix `GitFlow.publish()`: Did not correctly check remote branch existence.
htgoebel
committed
6c80b92
View commit details
Copy full SHA for 6c80b92
View code at this point
Browse repository at this point
Commits on Mar 7, 2012
Raise MergeError in BranchManager.merge() if merge fails.
Show description for b5100b3
htgoebel
committed
b5100b3
View commit details
Copy full SHA for b5100b3
View code at this point
Browse repository at this point
Add exception `MergeError` to be raised if merge fails.
htgoebel
committed
c72e0a6
View commit details
Copy full SHA for c72e0a6
View code at this point
Browse repository at this point
Change ReleaseBarnchManager.finish to back-merge master into develop.
Show description for a5dafa0
htgoebel
committed
a5dafa0
View commit details
Copy full SHA for a5dafa0
View code at this point
Browse repository at this point
Allow passing a git.Reference instance to BranchManager.merge(),
Show description for 0d5d3ad
htgoebel
committed
0d5d3ad
View commit details
Copy full SHA for 0d5d3ad
View code at this point
Browse repository at this point
Add active check in GitFlow.is_merged_into() whether src commit exists.
htgoebel
committed
8fadbaa
View commit details
Copy full SHA for 8fadbaa
View code at this point
Browse repository at this point
Add intermediate grouping exceptions: Operations-, Status, ObjectError.
htgoebel
committed
278b466
View commit details
Copy full SHA for 278b466
View code at this point
Browse repository at this point
Remove unused exceptions `InvalidOperation` and `BranchExists`.
htgoebel
committed
d7065f3
View commit details
Copy full SHA for d7065f3
View code at this point
Browse repository at this point
Make `GitFlow.compare_branches()` a private method.
htgoebel
committed
2e44186
View commit details
Copy full SHA for 2e44186
View code at this point
Browse repository at this point
Add copyright an license header to all relevant files.
htgoebel
committed
8d8ef13
View commit details
Copy full SHA for 8d8ef13
View code at this point
Browse repository at this point
Cleanup: Group GitFlow methods together and sub-commands in order.
htgoebel
committed
74b9a19
View commit details
Copy full SHA for 74b9a19
View code at this point
Browse repository at this point
Change order of sub-commands and group those for remotes together.
Show description for e329537
htgoebel
committed
e329537
View commit details
Copy full SHA for e329537
View code at this point
Browse repository at this point
Unify printing of error messages in command line tool.
htgoebel
committed
d533ab8
View commit details
Copy full SHA for d533ab8
View code at this point
Browse repository at this point
Fix `release publish`: did not pass resolved name_or_current to backend.
htgoebel
committed
c1b16e3
View commit details
Copy full SHA for c1b16e3
View code at this point
Browse repository at this point
Fix `feature finish`: pass all required arguments on to `GitFlow.finish().`
htgoebel
committed
5b44b8f
View commit details
Copy full SHA for 5b44b8f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.