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

Project and code management together.

Feature branch

When you start working on a new feature or bug fix, you should create a feature branch (i.e., topic branch). A feature branch is normally created off a develop branch. This topic branch can reside in your local machine throughout the entire development life cycle of the feature.

You will push this branch to the remote repository whenever you are ready to merge the change set with the develop branch.

Image of a feature branch

Subscribe to our newsletter

Learn with Nulab to bring your best ideas to life