Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!
We spend hours on Instagram and YouTube and waste money on coffee and fast food, but wonβt spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!
Learn from Guru Rajesh Kumar and double your salary in just one year.
Gitflow Workflow is a Git workflow that helps with continuous software development and implementing DevOps practices. It was first published and made popular by Vincent Driessen at nvie. The Gitflow Workflow defines a strict branching model designed around the project release. This provides a robust framework for managing larger projects.
Gitflow is ideally suited for projects that have a scheduled release cycle and for the DevOps best practice of continuous delivery.
Git Workflow Commands:
- init β Initialize a new git repo with support for the branching model.
- feature β Manage your feature branches.
- bugfix β Manage your bugfix branches.
- release β Manage your release branches.
- hotfix β Manage your hotfix branches.
- support β Manage your support branches.
- version β Shows version information.
- config β Manage your git-flow configuration.
- log β Show log deviating from base branch