https://gmlwjd9405.github.io/2018/05/25/git-add-cancle.html
[Git] git add 취소하기, git commit 취소하기, git push 취소하기 - Heee's Development Blog
Step by step goes a long way.
gmlwjd9405.github.io
초기 커밋 취소하기
https://stackoverflow.com/questions/6632191/how-to-revert-initial-git-commit
How to revert initial git commit?
I commit to a git repository for the first time; I then regret the commit and want to revert it. I try # git reset --hard HEAD~1 I get this message: fatal: ambiguous argument 'HEAD~1': unknown
stackoverflow.com