GitGuide

Complete and easy guide to handle your local and remote repositories

Click here to create a GitHub account

Installation on your computer

Verify installation in your terminal

git --version

Login in Git

git config --global user.name { your_name }
git config --global user.email { your_email }