Git

Learn Git

BY Guanqiao Huang

Posted by HUANG on December 16, 2020

Learn Git

Codecademy

Introduction to Git This will take you approximately 8 hours 45 minutes to complete.

  1. Basic Git Workflow
  2. How to Backtrack in Git
  3. Git Branching
  4. Git Teamwork

By now you should be able to:

  • Apply different ways to undo changes made to a Git project.
  • Describe when to use them.
  • Create multiple versions of a project with branching.
  • Demonstrate Git collaborations with remotes, pulling and pushing.

If you finish and wish to continue learn more, here are some resources for you to explore further:

Additional resources

  1. Linkedin Learning: Programming Foundations: Version Control with Git (1 hour 20 minutes)
    To access the course, click Next > Click Load Programming Foundations: Version Control with Git button
  2. Linkedin Learning: Git Essential Training: The Basics (2 hours 55 minutes) To access the course, click Next > Click Load Git Essential Training: The Basics button
  3. Udacity: Version Control with Git

  4. Git-Scm: Pro Git book

  5. Git Basics - Working with Remotes

  6. git reset vs git revert

  7. Advanced Git series