Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 193 Bytes

git.md

File metadata and controls

4 lines (3 loc) · 193 Bytes

Git Checks

  • git reset - Reset current HEAD to the specified state. you can lose your changes if the changes are not committed.
  • git rm - Remove files matching pathspec from the index.