I had a file at following location
/c/projects/myproject/app/code/local/Myproject/Shipping/controllers/Adminhtml/Matrixrate/ConfigController.php
I deleted it using rm command on Git bash and recreated on following location using touch command
/c/projects/myproject/app/code/local/Myproject/Shipping/controllers/Adminhtml/Multipletablerates222/Matrixrate/ConfigController.php
Now when I use git status
command it shows the file as renamed file and after commiting in the bitbucket I get message
app/code/local/Myproject/Shipping/controllers/Adminhtml/ { → Multipletablerates222 } /Matrixrate/ConfigController.php (94% similar)
Will there be any problem if I merge my branch to my master branch?