Useful Git Commands git status git remote -v git fetch -a git branch -l git checkout <branch_name> git pull Previous Next