Learning Path Details

Git from Start to Finish from Tim Corey


Description:

The course begins with source control theory, addressing why source control is important, and the differences between centralized source control and distributed source control. The course primarily uses the Git command-line interface to walk through the keywords, basic process, Git hosting, working with code (open source and closed source), and fixing Git problems. Tim gives overviews of options for Git hosting and Git clients.

Key Takeaways:

We learn how to use Git for source control, focusing on the command line, and using GitHub for hosting.

Technologies Learned:

  • Git;
  • GitHub;

This learning resource was completed on 2/3/2024.

Back to List