나는 git을 처음 접했고 이와 같은 것이 가능한지 궁금합니다.
>git log --pretty=oneline --abbrev-commit
2f05aba Added new feature
3371cec Fixed screw up <-- I want to remove this
daed25c Screw up <-- and remove this.
e2b2a84 First. So it's like they never happend.
이것이 가능한가?