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

Project and code management together.

Develop branch

Your team should always keep the develop branch (i.e., integration branch) stable. Your team creates new branches off of this branch, and it could go live on production. Continuous integration tools such as Jenkins can do just that.

When some changes need to merge into the develop branch, creating a feature/ branch to work on is generally a good idea.

Subscribe to our newsletter

Learn with Nulab to bring your best ideas to life