[Git]브랜치 변경하기
앞에서 만들었던 브랜치로 전환하는 방법입니다.
$ git checkout <branch>
제가 만들었던 브랜치인 nect2r로 변경하려면
$ git checkout nect2r를 하면 됩니다.
브랜치를 생성과 동시에 변경할 수도 있습니다.
$ git checkout -b <branch>
'Server > Git' 카테고리의 다른 글
[Git] Github 깃허브 잔디 3d로 보기 (0) | 2021.10.09 |
---|---|
[Git] git can't connect to any uri not authorized 또는 로그인 반복 해결(github 인증 방식, 토큰으로 변경) (0) | 2021.08.24 |
[Git]Centos7 에서 Git Server 구축해보자! (2) | 2021.02.07 |
[Git]error: pathspec 'branch' did not match any file(s) known to git 에러 해결 (0) | 2021.01.18 |
[Git]브랜치 생성하기 (0) | 2021.01.18 |
댓글
이 글 공유하기
다른 글
-
[Git] git can't connect to any uri not authorized 또는 로그인 반복 해결(github 인증 방식, 토큰으로 변경)
[Git] git can't connect to any uri not authorized 또는 로그인 반복 해결(github 인증 방식, 토큰으로 변경)
2021.08.24 -
[Git]Centos7 에서 Git Server 구축해보자!
[Git]Centos7 에서 Git Server 구축해보자!
2021.02.07 -
[Git]error: pathspec 'branch' did not match any file(s) known to git 에러 해결
[Git]error: pathspec 'branch' did not match any file(s) known to git 에러 해결
2021.01.18 -
[Git]브랜치 생성하기
[Git]브랜치 생성하기
2021.01.18