Tracking Path Changes In Git
Commands
1.Git rm: Delete the file from project and stage the removal for commit
git rm [file]
2.Git mv :Change existing file path and stage the move.
git mv [existing-path] [new-path]
Git log: Show all commit logs indication of any path that move...
kasambalumwagi.hashnode.dev1 min read