Git

拉取

git pull

推送

git push

還原所有未commit之檔案

git checkout -- .

清除所有未add之檔案

git clean -df