NAME
App::GitKtti - Git flow helper scripts for safe branch management
SYNOPSIS
use App::GitKtti;
# Use the command-line tools:
# gitktti-checkout
# gitktti-delete
# gitktti-fix
# gitktti-fixend
# gitktti-move
# gitktti-tag
# gitktti-tests
DESCRIPTION
The gitktti scripts are provided to help developers safely use git flow. This module provides a collection of tools for managing git branches following git-flow methodology.
FEATURES
Safe branch operations with validation
Colorized output for better readability
Support for feature, hotfix, and release workflows
Automatic branch cleanup and management
AUTHOR
saumon <sshrekrobu@gmail.com>
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.