ndanielsen / intro-cli-git-github

A practical introduction to the commandline, git and github
MIT License
17 stars 71 forks source link

Make sure that name conventions are the same #4

Closed ndanielsen closed 5 years ago

ndanielsen commented 5 years ago
mv
mv <current file location> <new file location> will move a file from its <current file location> to a <new file location>.
This is the same as dragging and dropping a file from one place to another.
mv <current file name> <new file name> renames a file. You "move" it from one location, <current file name>, to another location, <new file name>, though it doesn't actually move locations.
ndanielsen commented 5 years ago

Actually, this is correctly written.