https://git-scm.com/docs/git-switch Git - git-switch Documentation Switch to a specified branch. The working tree and the index are updated to match the branch. All new commits will be added to the tip of this branch. Optionally a new branch could be created with either -c, -C, automatically from a remote branch of same n git-scm.com 브랜치 만드는 방법 첫 브랜치를 만드는 방법에 대해 알아보겠습니다. git branch와 같은 명령어를 사용합니..