git
Basic Command
Cloning
git clone <repository_url>
git clone <user>@<host>:</directory_path>Branches
Checking Remote Repository
git remote -vSwitching branches
git checkout <branch_name>Last updated