Git

Git is the most popular distributed version control system. Here distributed means that the code is not just stored in a central
server, but developers also have a full copy of the code. They generally work in their local copy and push the changes into the central server.

In this blog series, we will discuss git as a concept and important commands used by users to manage their repository in git systems.

  1. What is Git and version control
  2. Understanding Git terminology
  3. How to create GIT repository
  4. How to create and add SSH key in your Git account
  5. How to undo the latest local commits in Git

We will be updating new articles soon!!!