Learning Git with Scenarios

Summary

It is challenging to learn git. This presentation aims to make it easier to learn and remember git commands based on common scenarios that a new user of version control might run into. Here is a list of commands covered in the presentation:

  1. git init, add, commit, push
  2. git clone
  3. git remote
  4. git reset
  5. git fetch/pull
  6. git checkout
  7. git rebase
  8. git status

Click Here to View in New Tab