Skip to main content
  1. Learn
  2. Software Development
  3. Guides
  4. Git tutorial
  5. Git collaboration
  6. Branching workflows
  7. Hotfix branch
GuidesSoftware DevelopmentBacklog
Git

Project and code management together.

Hotfix branch

When you need to add a critical fix to your production codebase quickly, you can create a hotfix branch off the main branch.

By convention, start with the prefix hotfix- when naming the hotfix branch.

The advantage of a hotfix branch is that it allows you to quickly issue a patch and merge the change with the main branch without waiting for the next release.

A hotfix branch should merge with the develop branch as well.

Subscribe to our newsletter

Learn with Nulab to bring your best ideas to life