GitHub/study for project git checkout {Branch Name} melitina 2024. 11. 18. 22:39 https://zoosso.tistory.com/729 [Git 깃] git checkout git checkout git checkout은 크게 두 가지 기능을 한다. - Branch 혹은 Commit 전환 (switch) - 내용 되돌리기 (restore) 특정 Branch로 이동하기 git checkout {Branch Name} 특정 Branch 생성 후 해당 Branch로 이동 git checkout - zoosso.tistory.com