Git_revert와 reset --hard

hankyulee·2022년 5월 8일
0

Git

목록 보기
1/1

Using : git revert --no-commit {id} ,
We can delete the particular commit part without commit.
But if it needs no commit and want to go back,
use : git reset --hard.

0개의 댓글