Git Introduction

Git is a popular distributed version control system. It’s a distributed version control system. Such a system is most useful when you work in a team collaborating and managing changes in the application code. Official website:https://git-scm.com/ Get Started

Git Install on Windows

Git Repository

Git repository is a directory that holds the project artifacts like files, folders, code etc. We can create a git repository or close existing repository. Create New Repository

Clone Repository

Change Management

Git commit, push and pull changes, stashing changes etc.