20. Moving files - Git How To: Guided Git Tutorial
20. Moving files Goals To learn how to move a file within the repository. 01 Move the hello.html file to the lib directory Now we will create the structure of our repository. Let us move the page in the lib directory Run: mkdir lib git mv hello.html lib g...