Git

Git 명령어 - checkout

포포맨 2021. 6. 17. 14:18

Git 명령어 - checkout

원하는 브랜치로 이동할 수 있습니다.

 

예제

git checkout <브랜치명>

# git checkout hello