I have develop and master branches, the develop branch is now messed up, and I would like to reset and make it as a copy of my master . I'm not sure if combining master into develop will make them the same. after trying to merge, I got a lot of conflicts, I decided to use them:
git checkout develop git merge origin/master //got many conflicts git checkout .
enough for the develop branch to be an identical copy to master ?
thanks
git version-control branch
trrrrrrm
source share