layris3 / Daily-learning-experience-record

daily learning experience
0 stars 0 forks source link

git-git mv #7

Open layris3 opened 4 years ago

layris3 commented 4 years ago

git mv a.txt b.txt this prompt is uesed to rename the file.

it's equivalent to running something like this: $ mv README.md README $ git rm README.md $ git add README

obviously,"git mv" is more convenient