Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Why a deleted file and recreated on different location is shown as renamed file using git status?

Mukesh Tiwari September 26, 2016

Hi,

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 in the bit bucket 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?

1 answer

1 accepted

0 votes
Answer accepted
Tim Crall
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 26, 2016

git primarily tracks the content of files.  So since the content was (mostly) the same, it recognized that this was in effect the same file, which had just moved from one location to another.  So it tracked it as a move.  This shouldn't cause any problem with merging (unless the file in question has been edited by others in a conflicting way, in which case it will cause a standard merge conflict)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events