Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 286 Bytes

6-trackingPath.md

File metadata and controls

17 lines (8 loc) · 286 Bytes
  1. git rm [file]

    delete the file from project and stage the removal for commit


  1. git mv [existing-path] [new-path]

    change an existing file path and stage the move


  1. git log --stat -M

    show all commit logs with indication of any paths that moved