Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 283 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 283 Bytes

Git Started!

  1. git clone

  2. git ls-files

  3. git add

  4. git commit

  5. git log (--stat)

  6. .gitignore

  7. git remove (--cached)

  8. git reset (--hard) “commit hash“

  9. git checkout -- "filename"

  10. git checkout "commit hash"

  11. git rebase

  12. git push

  13. git pull