Git commands

Clone a remote repository To clone master branch from remote repository on local machine: # git clone -b master <git url> Checkout […]