[Git]Git commit historyをすべて削除📤
すべてのGit commit historyを削除📤
コードに機密情報が含まれ、エラーがコミットされた場合、commit&push履歴を削除できます.
😱 リポジトリ内のすべてのファイルとコミット履歴が削除されます.😱
$ rm -rf .git
削除$ git init
$ git add . (or git add -A)
$ git commit -m "initial commit"
$ git remote add origin [저장소 URL]
$ git push -u --force origin master
Reference
この問題について([Git]Git commit historyをすべて削除📤), 我々は、より多くの情報をここで見つけました https://velog.io/@daydream/Git-Git-commit-history-모두-삭제テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol