Lesson 1 Episode 2 — Renaming tracked files#
Please perform the following tasks individually
Revise the commands we have used since the last exercise. Could you use a shell command for this?
Ask Git for the current state of the repository using…
Rename the file
lines.txt
asLines.txt
using…Verify that the working tree contains
Lines.txt
using…Verify that Git tracks
Lines.txt
using…