Git
-
git rebase로 이전 커밋 수정하기Git 2020. 5. 23. 14:14
이미 커밋해버린 내용을 되돌리고 싶을때, git rebase를 사용할 수 있다. 참고: https://git-scm.com/docs/git-rebase Git - git-rebase Documentation In interactive mode, you can mark commits with the action "edit". However, this does not necessarily mean that git rebase expects the result of this edit to be exactly one commit. Indeed, you can undo the commit, or you can add other commits. This can be u git-scm.com git-rebase - ..