將原本的檔案複製到新的 new_dir,或者直接刪除 .git。
cd new_dir
git init
使用 forced updated
git remote add origin https://github.com/morris821028/hw-GameMaker.git
git remote -v
git push origin master -f
將原本的檔案複製到新的 new_dir,或者直接刪除 .git。
cd new_dir
git init
使用 forced updated
git remote add origin https://github.com/morris821028/hw-GameMaker.git
git remote -v
git push origin master -f