Git Commands L <- R
git clone
git clone <remote_repository_url>git pull
git pull origin <branch>git fetch
git fetch origin <branch>git merge
git merge <branch>Last updated
git clone <remote_repository_url>git pull origin <branch>git fetch origin <branch>git merge <branch>Last updated