We have two branches. staging and production, we made many changes in the branches including new files names. now I tried to git merge -
but I get this error.
is there any command line in terminal to resolve the conflicts with replacing the production with staging?
Thank you