카테고리 없음
[개발자9조대] 깃 브랜치 사용 방법
명묭
2020. 7. 22. 23:57
git add .
git commit -m "S03Pxxxxxxx Add quick link to header"
git push origin 브랜치명
git pull
git pull origin develop
git checkout -b 브랜치명
git checkout 브랜치명
git branch -a
git branch -r
git push -f origin page/blog-main
git pull origin develop