Git

This is not an actual course given at Jönköping University. Instead, it's an improvised mini course teaching you the basics in Git, something that every programmer should know these days. Git is very useful when you are multiple programmers working on the same project at the same time.

Learning Resources

Here is a list of the resources used in this mini course. They will be introduced to you in the lectures.

Lectures

There is a progression in the lectures, so you are recommended to take them in order.

  1. Git Basics
    Introduces you to what Git is and teaches you how to create and use a local Git repository that exists only on your own computer.
  2. Git Branches
    Explains what branches are and how you can create and work with them in a local Git repository that exists only on your own computer.
  3. Git Synching
    Explains how you can share your work with others by synching commits in your local Git repository with repositories that exist on other computers.