Upgrade Your Drupal Skills

We trained 1,000+ Drupal Developers over the last decade.

See Advanced Courses NAH, I know Enough

Git Flow - Commands & Advantages

Parent Feed: 

-d flag will accept all defaults.

This will ask questions like which branches you would like to use as development and production branches, and how would your prefixes be named. Press Enter to accept default suggestions.
 

FEATURE BRANCHES

Using git-flow feature branches you can easily work on multiple features of project at the same time.

+ Create a feature branch

New feature branch is created from the 'develop' branch and switches to it.


 
Author: 
Original Post: