https://stackoverflow.com/questions/9224754/how-to-remove-origin-from-git-repository
git remote rm origin
https://stackoverflow.com/questions/9224754/how-to-remove-origin-from-git-repository
git remote rm origin
git add 檔名
git add .
git rm --cached 檔名
git rm -r --cached .
...