mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
283 B
283 B
git undo
최근 커밋을 되돌립니다.
git-extras의 일부입니다. 더 많은 정보: https://github.com/tj/git-extras/blob/main/Commands.md#git-undo.
- 가장 최근 커밋 제거:
git undo
- 가장 최근 커밋 중 특정 개수 제거:
git undo {{3}}