GIT | branch 생성 후 push 하는 과정

Wook·2021년 12월 22일
0

Git

목록 보기
1/1


git init
git remote add origin https://github.com/~.git
git pull origin push할 branch name
git checkout -b push할 branch name
git add .
git commit -m "commit 내용"
git push origin "branch 이름"

profile
지속적으로 성장하고 발전하는 진취적인 태도를 가진 개발자의 삶을 추구합니다.

0개의 댓글