Git 브랜치 간 전환합니다. Git 버전 2.23+가 필요합니다. 같이 보기:
git checkout. 더 많은 정보: https://git-scm.com/docs/git-switch.
git switch {{브랜치_이름}}
git switch {{[-c|--create]}} {{브랜치_이름}}
git switch {{[-c|--create]}} {{브랜치_이름}} {{커밋}}
git switch -
git switch --recurse-submodules {{브랜치_이름}}
git switch {{[-m|--merge]}} {{브랜치_이름}}