CI/git
[git] add , commit 취소, commit message 변경
펭귄대장
2020. 3. 16. 10:41
add 취소
git reset HEAD [file]
commit 취소
git reset HEAD^
commit message 변경
git commit --amend
https://gmlwjd9405.github.io/2018/05/25/git-add-cancle.html
반응형