InhyeJeong.log
로그인
InhyeJeong.log
로그인
[Git] branch from branch
Inhye Jeong
·
2020년 8월 23일
팔로우
0
branch
git
github
0
Git
목록 보기
2/7
1. parent branch로 체크아웃
> git checkout branch1
2. 새로운 branch를 parent branch에서 생성
> git checkout -b subbranch_of_b1 branch1
3. origin에 새로운 branch push
> git push origin subbranch_of_b1
Inhye Jeong
Frontend Engineer in @ProtoPie
팔로우
이전 포스트
[Git] stash & cherrypick
다음 포스트
[Git] Submodule
0개의 댓글
댓글 작성