Posts

Showing posts with the label git

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