Git merge command

How to push the changes on the release branch.


   git checkout release
   git merge --no-ff release
   git push -u origin release
  

Comments

Popular posts from this blog

How to setup Drupal 8 Multisite on nginx webserver with different domain.

Install drush globally using composer on WSL

Drupal views create exposed filter programmatically