형상관리/Git2 Git 학습을 위해 좋은 사이트 1. 매우 쉽게 설명 https://backlog.com/git-tutorial/kr/intro/intro1_1.html 누구나 쉽게 이해할 수 있는 Git 입문~버전 관리를 완벽하게 이용해보자~ | Backlog 누구나 쉽게 알 수 있는 Git에 입문하신 것을 환영합니다. Git을 사용해 버전 관리를 할 수 있도록 함께 공부해봅시다! backlog.com 2. 그냥 주워온 내용 https://rogerdudler.github.io/git-guide/index.ko.html git - 간편 안내서 - 어렵지 않아요! rogerdudler.github.io https://opentutorials.org/course/2708 지옥에서 온 Git (새 수업으로 대체) - 생활코딩 이 수업은 GITn 시리즈로 .. 2021. 6. 17. Git Commit을 취소하는 방법 Revert, Reset, Rebase, Amend http://git-scm.com/docs/git-reset Git - git-reset Documentation In the first three forms, copy entries from to the index. In the last form, set the current branch head (HEAD) to , optionally modifying index and working tree to match. The / defaults to HEAD in all forms. git reset [-q] [ ] [--] … git reset [-q] [-- git-scm.com https://git-scm.com/docs/git-revert Git - git-revert Documentation Gi.. 2021. 6. 15. 이전 1 다음