git fetch --all
git reset --hard origin/master
git checkout -- file
git status | grep '\.py$'
git ls-files --others --exclude-standard
git remote show origin
git config --get remote.origin.url
git remote -v
git fetch --all
git reset --hard origin/master
git checkout -- file
git status | grep '\.py$'
git ls-files --others --exclude-standard
git remote show origin
git config --get remote.origin.url
git remote -v