Basics of GIT

Basics of GIT

basics of GIT

Git is the current defacto method of managing code changes between multiple team members in an organization. A type of version control, Git is used to track all changes performed by a team and ensure everything merges back together into one coherent piece of code.

Contents

  1. Installing GIT.
  2. Working with repositories.
  3. Viewing the GIT log.
  4. Working with branches.

Get Started