Download GIT from https://git-scm.com/downloads To ensure GIT is installed on the machine type following on command prompt. It should show you version: GIT –version Set your Name and Email for GIT using following commands: git config –global user.name “YourName” git config –global user.email “youremail@somedomain.com” To verify the configuration, type git […]