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

 

'GitHub > study for project' 카테고리의 다른 글

.gitattributes  (0) 2024.11.18
GitHub License  (0) 2024.11.18
GitHub Copilot  (0) 2024.09.04
Git Flow  (0) 2024.06.19
Gitmoji  (1) 2024.06.12