Introduction

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

This lesson introduces you to the basic commands you’ll use every day with Git. You’ll also learn how to install and configure Git to support the way you work and how to make a new repository. Then, you’ll see how to resolve some issues that face every Git user.

By the end of this lesson, you should be able to:

  • Install and configure Git on your computer.
  • Create a Git repository for your project.
  • Add, commit, and push changes to your Git repository.
See forum comments
Download course materials from Github
Previous: Quiz Time Next: Installing & Configuring Git