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.
- What is Git and version control
- Understanding Git terminology
- How to create GIT repository
- How to create and add SSH key in your Git account
- How to undo the latest local commits in Git
We will be updating new articles soon!!!