-
Git 명령어 - checkoutGit 2021. 6. 17. 14:18
Git 명령어 - checkout
원하는 브랜치로 이동할 수 있습니다.
예제
git checkout <브랜치명> # git checkout hello
'Git' 카테고리의 다른 글
Git 명령어 - stash (0) 2021.06.17 Git 명령어 - branch (0) 2021.06.17 Git 명령어 - fetch (0) 2021.06.17 Git 명령어 - commit (0) 2021.06.17 Git 명령어 - remote add (0) 2021.06.17