April 26, 2020
Estimated Post Reading Time ~

Merge child branch with master

Merge master into the development first so that if there are any conflicts, I can resolve in the development branch itself and my master remains clean.

(on branch child)$ git merge master
(resolve any merge conflicts if there are any)
$ git checkout master
$ git merge child(there won't be any conflicts now)



By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.