git - Merging master branch into feature branch then back again -


i have feature branch branched master branch time ago. have since developed quite lot of additional features, have been merged master branch. need merge master branch old feature branch (to important code updates master branch). can , then, once have completed testing on old feature branch, merge master branch (prior going live)?

yes.

this practice - keep branches up-to-date master when ready merged master there little/no risk of conflicts, , branch code has been tested along against then-latest changes in master.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -