We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git mv file_from file_to
This the same as:
mv file_from file_to git rm file_from git add file_to