tortoisegit 되돌리기 git, tortoisegit - revert 차이.
작업한 파일을 되돌리고 싶다면 tortoisegit - revert 하면 됩니다. tortoisegit revert - 작업 컴퓨터에서 작업한 파일을 되돌립니다. 레파지토리에는 영향을 주지 않습니다. git revert - 레파지토리를 수정합니다. 레파지토리가 이해가 안되면 아래 링크를 보세요. tortoisegit 에서 git revert 와 같은 작업을 하려면 Show log - Revert change by this commt 하면 됩니다. 추가로 git에선 되돌리기로 revert, reset 두가지 옵션이 있습니다. revert 는 이전 commit을 유지, reset은 이전 내commit 삭제 차이가 있습니다. git 그림 한장으로 이해하는 사용법. https://abel9999.blogspot.com/2020/05/git.html TortoiseGit Manual - Undo Changes https://tortoisegit.org/docs/tortoisegit/tgit-dug-revert.html