Working With Git Feature Branches [Video]
Learn how to develop software using feature branches in this video tutorial on working with Git.
Join the DZone community and get the full member experience.
Join For FreeA very common strategy to work with Git in teams is to use feature branches. In this episode, you will learn how to create them, switch between branches, keep them up-to-date with the master, and finally, merge them back into the master again — all within IntelliJ Idea.
Git
Branch (computer science)
Opinions expressed by DZone contributors are their own.
Comments