This document provides an introduction to the version control system Git. It explains how to get started with Git by installing it, initializing a local repository, and connecting it to a remote repository on services like GitHub or Bitbucket. It then demonstrates common Git commands for checking statuses, adding and committing files, pushing and pulling changes, and viewing differences between commits. The document concludes by inviting any questions.
4. Getting started with GIT
1) Install git:
https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
2)Initialize git in your local machine
3) Create a remote repository on github/bitbucket