In my git
master I have 2 branches as production
and testing
. I do all work with testing. at present example my production version is 5. my testing version is 20. now I would like to update the production version from testing version of 15.
for that, how can i select the testing version of 15 and copy or merge to production version of 5? ( if the new testing version commit as id of 6 in the production version that' fine )
if anything wrong here please excuse me.
I don't have any idea. please help me.