git

Basic Command

Cloning

git clone <repository_url>

git clone <user>@<host>:</directory_path>

Branches

Checking Remote Repository

git remote -v

Switching branches

git checkout <branch_name>

Last updated