요약.
// 새로운 브랜치를 생성하고 checkout 한다
$ git checkout -b shopping_cart
Switched to a new branch 'shopping_cart'
////////////////////////////////////////////////
// 원격 저장소로 브랜치를 push 한다
$ git push origin shopping_cart
출처: http://mobicon.tistory.com/163 [Mobile Convergence]
자신의 브랜치를 만드는데 참고할 사이트. http://mobicon.tistory.com/163
요약. // 새로운 브랜치를 생성하고 checkout 한다 $ git checkout -b shopping_cart Switched to a new branch 'shopping_cart' //////////////////////////////////////////////// // 원격 저장소로 브랜치를 push 한다 $ git push origin shopping_cart 출처: http://mobicon.tistory.com/163 [Mobile Convergence]
shopping_cart 대신 dezcao 브랜치를 생성하였음.