commit

commit creation

  1. select files:
    git diff
    ^d47bc2
  2. add files:
    git add
    git add -p ...
    -p -- Patch option - add only parts of files - cool