get consultation

Git

Git

Git is a lightweight set of tools for managing changes to your source code (source control management (SCM)).

Repository

A repository or repo is a directory that contains files that you wish to have tracked. For example, you want to track your C# project. You will use this to track changes or modifications to your directory.

Commits

A commit is one set of changes that store either locally or remotely. It's a group of related files that are saved as one changeset.

Links

Exercises

  1. TBD