Git is distributed version control system. It is useful to work with open source platforms like GitHub, GitBook etc. There are different commands to use it properly. Let’s enlist basic commands:
git init
git remote add origin < remote_repository_url >
git remote -v
git add < file_name >
git status
git pull origin …