i've read that the mv command is basically the same as
$ mv README.txt README
$ git rm README.txt
$ git add README
just to be sure, is it exactly the same if i do it this way:
$ git rm --cached README.txt
# [rename file using right click rename]
$ git add README