Loading...
Loading...
Use this skill when managing git branches, releases, or hotfixes according to the Gitflow workflow. It enforces naming conventions and synchronization policies.
npx skill4agent add metalagman/agent-skills gitflowfeature/*bugfix/*release/*hotfix/*masterdevelopgit checkout <source_branch>
git pull origin <source_branch>
git checkout -b <new_branch_name>feature/developbugfix/developrelease/develophotfix/master