Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Add a "gitflow hotfix checkout" subcommand #443

Open
jkankiewicz opened this issue Oct 2, 2020 · 0 comments
Open

Add a "gitflow hotfix checkout" subcommand #443

jkankiewicz opened this issue Oct 2, 2020 · 0 comments

Comments

@jkankiewicz
Copy link

Being that there could be multiple support branches existing simultaneously along with the main branch, the gitflow command should enable one to switch from working on a bugfix/feature/release branch to a hotfix branch or from a hotfix branch parented by one support branch to a hotfix branch parented by a different support branch (or the main branch).

$ git flow version
1.11.0 (AVH Edition)
$ git flow hotfix checkout ...
Unknown subcommand: 'checkout'
usage: git flow hotfix [list]
   or: git flow hotfix start
   or: git flow hotfix finish
   or: git flow hotfix publish
   or: git flow hotfix delete

    Manage your hotfix branches.

    For more specific help type the command followed by --help
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant