Git Commands > TRACKING PATH CHANGES > Flashcards
delete the file from project and stage the removal for commit
git rm [file]
change an existing file path and stage the move
git mv [existing-path] [new-path]
show all commit logs with indication of any paths that moved
git log –stat -M