본문 바로가기

CI & CD/Git

[Git] branch 생성 및 커밋하기

728x90
$ git branch <branch name>
$ git checkout <branch name>
git add .
git commit -m "git commit"
$ git push origin <branch name>

 

반응형