Overview of git-flow-next commands
mainThe git-flow CLI provides a suite of commands for managing repository workflows, including initialization, configuration, and topic branch management.
Core Commands:
git-flow: Main command entry point.git-flow init: Initializes the git-flow workflow in a repository.git-flow config: Manages the tool's configuration.git-flow overview: Displays the current status of the repository.git-flow integrate: Integrates a base branch into its parent.git-flow completion: Generates shell completion scripts for your terminal.