Git merge doesn't work after branch was remade -
i need understanding happening.
in our project have lots of branches, branches specific tasks, , there 2 special branches - 'master' , 'dev', checked out , @ our production , testing server.
we make our task branches 'master' branch. when task completed - merge 'dev' branch , check on testing server if works ok. after again merge task branch 'master' branch , uploaded production server.
at point yesterday decided 'dev' branch irreparable due lots of conflicts. , deleted it. after recreated new 'dev' branch 'master'.
however, have problem now, because of branches cannot merged again 'dev' branch. git displays "already date" message when attempting merge, can see in code changes not there.
my question - happening? , how can solve this?
edit:
i have since asking question figured out due strange merges - there files missing 'master' (!) branch. there commit, example, adds file 'master' branch. however, few commits/merges later - not there anymore.
i have no idea why happening, deleted 'dev' branch, affected 'master' branch. branches cannot merged due 'already date' error, , files missing, if not added @ all.
the thing found on internet 2010-2012 topics, discussing how possible erase part of git history away strange merges, theory have.
Comments
Post a Comment