[Git] branch생성 후 push하기

tallhyun·2020년 5월 13일
4

git init
git remote add origin https://github.com/~.git
git pull origin 브런치이름
git checkout -b 브런치이름
git add .
git commit -m "어쩌구"
git push origin 브런치이름

* 해당 branch가 이미 생성되어야 할 수도 있으며 깃 웹에서 직접 추가할 수 있음

profile
보안, 클라우드, 풀스택에 관심이 있습니다.

0개의 댓글