Skip to content

Instantly share code, notes, and snippets.

@morris821028
Created April 20, 2015 13:57
Show Gist options
  • Save morris821028/51d778ee8e3589e70e3e to your computer and use it in GitHub Desktop.
Save morris821028/51d778ee8e3589e70e3e to your computer and use it in GitHub Desktop.
Clean Github Commit

將原本的檔案複製到新的 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment