vscode git undo last commit
- 오…
alias.r1=! r1() { git reset --soft HEAD~1 ; } ; r1
- 나는 평소 이런 식으로 이전 커밋을 되돌렸다
- 직접 치려면 많이 긴 명령어라 줄여서 사용했는데,
- 이제는
undo last commit
명령을 알아서 애용할 것 같다
참고
- https://youtu.be/9-R2GiAqyhY
- https://www.youtube.com/channel/UCs5Y5_7XK8HLDX0SLNwkd3w
- vscode 유튜브 채널이다. 여기서 이것저것 꿀팁을 알려준다
vscode git undo last commit
https://chinsun9.github.io/2021/09/13/vscode-git-undo-last-commit/