git checkout -t remote_name/remote_branch_name
git push origin --delete <branchName>
git diff origin/master
Add --stat
to only show the files instead of the complete diff.
git show
git submodule update --init --recursive
git submodule add -b master [URL to Git repo]