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 }}
charness
/
gitflow
Public
forked from
chassing/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
tests
gitflow
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 6, 2016
Add tests for _compare_branches()
Show description for b22fc5e
richfromm
committed
b22fc5e
View commit details
Copy full SHA for b22fc5e
View code at this point
Browse repository at this point
Commits on May 8, 2015
fix tests for newer git version (2.3.5 at least)
chassing
committed
4520009
View commit details
Copy full SHA for 4520009
View code at this point
Browse repository at this point
add myself to copyright
chassing
committed
4ae45ed
View commit details
Copy full SHA for 4ae45ed
View code at this point
Browse repository at this point
make flake8 happy :)
chassing
committed
849ec81
View commit details
Copy full SHA for 849ec81
View code at this point
Browse repository at this point
first python 3 changes - drop py25 and py26
chassing
committed
0c8a579
View commit details
Copy full SHA for 0c8a579
View code at this point
Browse repository at this point
Commits on Apr 29, 2013
Add a test-case for GitFlow.publish() returning the branch name.
Show description for af405ba
htgoebel
committed
af405ba
View commit details
Copy full SHA for af405ba
View code at this point
Browse repository at this point
Commits on Feb 16, 2013
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
Commits on Feb 14, 2013
Enhance test-cases for finish w/ fetch.
Show description for bdbb645
htgoebel
committed
bdbb645
View commit details
Copy full SHA for bdbb645
View code at this point
Browse repository at this point
Add test-case for triggering issue fixed in pull-request 5.
Show description for 3ef384b
htgoebel
committed
3ef384b
View commit details
Copy full SHA for 3ef384b
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
Add some more misc. tests to increase code-coverage.
htgoebel
committed
f844f87
View commit details
Copy full SHA for f844f87
View code at this point
Browse repository at this point
Add test-cases for `release start` with existing tag resp. wrong base.
htgoebel
committed
64f67dd
View commit details
Copy full SHA for 64f67dd
View code at this point
Browse repository at this point
Commits on Mar 7, 2012
Add test-cases for `release finish` with merge conflicts on `develop`.
Show description for 94e585d
htgoebel
committed
94e585d
View commit details
Copy full SHA for 94e585d
View code at this point
Browse repository at this point
Add a test-case for merge conflicts and revolve.
htgoebel
committed
0ec4d55
View commit details
Copy full SHA for 0ec4d55
View code at this point
Browse repository at this point
Add test-cases for `feature finish` with merge conflicts.
Show description for a3c2421
htgoebel
committed
a3c2421
View commit details
Copy full SHA for a3c2421
View code at this point
Browse repository at this point
Add test whether `release finish` merges back master into develop.
htgoebel
committed
1ac9fb9
View commit details
Copy full SHA for 1ac9fb9
View code at this point
Browse repository at this point
Add test-case for GitFlow.is_merged_into() with non-existing source commit.
htgoebel
committed
ae46eb5
View commit details
Copy full SHA for ae46eb5
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
Add a lot of test-cases for command line interface. Still mote todo.
htgoebel
committed
f253542
View commit details
Copy full SHA for f253542
View code at this point
Browse repository at this point
Add test-cases for ReleaseBranchManager finish with signed tags.
htgoebel
committed
e8b242f
View commit details
Copy full SHA for e8b242f
View code at this point
Browse repository at this point
Add test-cases for `GitFlow.tag()`, including tests for signing.
htgoebel
committed
21a30c0
View commit details
Copy full SHA for 21a30c0
View code at this point
Browse repository at this point
Add subclass of TestCase to test for arg-parse errors.
htgoebel
committed
b96776b
View commit details
Copy full SHA for b96776b
View code at this point
Browse repository at this point
Replace decorator `capture_stdout` by a keyaorg-arg for .
Show description for 8866ce9
htgoebel
committed
8866ce9
View commit details
Copy full SHA for 8866ce9
View code at this point
Browse repository at this point
Add test-case for `Gitflow.rebase()`.
htgoebel
committed
ede5669
View commit details
Copy full SHA for ede5669
View code at this point
Browse repository at this point
Commits on Mar 6, 2012
Fix test-cases: `BranchManager.create()` raises WorkdirIsDirtyError.
Show description for 60ea7ec
htgoebel
committed
60ea7ec
View commit details
Copy full SHA for 60ea7ec
View code at this point
Browse repository at this point
Add a test for `GitFlow.name_or_current()` using an existing branch.
htgoebel
committed
479f0bd
View commit details
Copy full SHA for 479f0bd
View code at this point
Browse repository at this point
Add test-cases for GitFlow.create() and .finish() in clean sandbox.
htgoebel
committed
197b6d3
View commit details
Copy full SHA for 197b6d3
View code at this point
Browse repository at this point
Add some todo comments.
htgoebel
committed
8ce2f34
View commit details
Copy full SHA for 8ce2f34
View code at this point
Browse repository at this point
Fix some typos.
htgoebel
committed
8e8f57e
View commit details
Copy full SHA for 8e8f57e
View code at this point
Browse repository at this point
Replace GitFlow.has_unmerged_changes() by GitFlow.require_no_merge_conflict().
Show description for aa54b0e
htgoebel
committed
aa54b0e
View commit details
Copy full SHA for aa54b0e
View code at this point
Browse repository at this point
Add `GitFlow.has_staged_commits()`.
Show description for 0c1dc38
htgoebel
committed
0c1dc38
View commit details
Copy full SHA for 0c1dc38
View code at this point
Browse repository at this point
Fix: BranchManager.merge() must always checkout target-branch.
Show description for cba2e8c
htgoebel
committed
cba2e8c
View commit details
Copy full SHA for cba2e8c
View code at this point
Browse repository at this point
Commits on Mar 5, 2012
Add test-case for `GitFlow.name_or_current()` returning the name.
htgoebel
committed
3a443b5
View commit details
Copy full SHA for 3a443b5
View code at this point
Browse repository at this point
Add `GitFlow.require_remote()` which raises NoSuchRemoteError in case.
htgoebel
committed
3aa412a
View commit details
Copy full SHA for 3aa412a
View code at this point
Browse repository at this point
Add `GitFlow.name_or_current()` which does not expand a prefix.
htgoebel
committed
1714969
View commit details
Copy full SHA for 1714969
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.