Getting started with Git

Git basic concepts Repository This is where we store our code. On our local machine, a repository is a directory contain code. Version control To put it short, version control systems are tool to keep track of code changes. It helps users easily investigate, view the state of the whole repository at a specific commit. … Read more