https://github.com/ghostwriter/tulip
[WIP] Tulip🌷 - A CLI for managing version-based Git workflows and branching model
https://github.com/ghostwriter/tulip
branching-model ghostwriter git git-workflow php tulip
Last synced: about 20 hours ago
JSON representation
[WIP] Tulip🌷 - A CLI for managing version-based Git workflows and branching model
- Host: GitHub
- URL: https://github.com/ghostwriter/tulip
- Owner: ghostwriter
- License: bsd-3-clause
- Created: 2020-03-12T21:27:04.000Z (over 6 years ago)
- Default Branch: 0.1.x
- Last Pushed: 2026-06-05T20:01:17.000Z (7 days ago)
- Last Synced: 2026-06-11T21:35:25.732Z (about 20 hours ago)
- Topics: branching-model, ghostwriter, git, git-workflow, php, tulip
- Language: PHP
- Homepage: https://github.com/ghostwriter/tulip
- Size: 259 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Tulip
[](https://github.com/ghostwriter/tulip/actions/workflows/automation.yml)
[](https://www.php.net/supported-versions)
[](https://packagist.org/packages/ghostwriter/tulip)
[](https://paypal.me/codepoet)
[](https://github.com/sponsors/ghostwriter)
Tulip🌷 - A CLI for managing version-based Git workflows and branching model
## Installation
You can install the package via composer:
``` bash
composer require ghostwriter/tulip --dev
```
### Star ⭐️ this repo if you find it useful
You can also star (🌟) this repo to find it easier later.
## Usage
```text
Usage:
command [options] [arguments]
Options:
-h, --help Display help for the given command. When no command is given display help for the list command
--silent Do not output any message
-q, --quiet Only errors are displayed. All other output is suppressed
-V, --version Display this application version
--ansi|--no-ansi Force (or disable --no-ansi) ANSI output
-n, --no-interaction Do not ask any interactive question
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Available commands:
completion Dump the shell completion script
help Display help for a command
list List commands
bugfix
bugfix:finish Finish a bugfix branch
bugfix:publish Publish a bugfix branch
bugfix:start Start a bugfix branch
feature
feature:finish Finish a feature branch
feature:publish Publish a feature branch
feature:start Start a feature branch
hotfix
hotfix:finish Finish a hotfix branch
hotfix:publish Publish a hotfix branch
hotfix:start Start a hotfix branch
release
release:finish Finish a release branch
release:publish Publish a release branch
release:start Start a release branch
```
### Credits
- [Nathanael Esayeas](https://github.com/ghostwriter)
- [All Contributors](https://github.com/ghostwriter/tulip/contributors)
### Changelog
Please see [CHANGELOG.md](./CHANGELOG.md) for more information on what has changed recently.
### License
Please see [LICENSE](./LICENSE) for more information on the license that applies to this project.
### Security
Please see [SECURITY.md](./SECURITY.md) for more information on security disclosure process.