Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 295 Bytes

File metadata and controls

15 lines (11 loc) · 295 Bytes

Specific Workflow Steps/Skills/Commands

  • See what will be committed.

    • What files
    • What content
  • Unstage a file

  • Commit a subset of changes in a file

    • git add -p or git add -i
  • stash current changes

  • Undo a commit

    • git revert
    • git reset