Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 142 Bytes

File metadata and controls

9 lines (5 loc) · 142 Bytes

Git cmdlets

  1. Get commits only in stage

    git diff master..stage

  2. Get file list in log

    git log --name-only | git log --name-status