πŸš€ DevOps Certified Professional
πŸ“… Starting: 1st of Every Month 🀝 +91 8409492687 | 🀝 +1 (469) 756-6329 πŸ” Contact@DevOpsSchool.com

Define git workflow and list down all the git workflow options

DevOps

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.


Get Started Now!

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