repo 를 이용해서 remote branch 를 변경하는 방법
1. repo init 을 새로 해주어야 한다
$ repo init -b <remote branch>
2. 모든 project 에 local branch 생성
$ repo start <new local branch name> --all
3. sync
$ repo sync -j<thread>
'Development Tip' 카테고리의 다른 글
Google Site Tool : File repository (0) | 2012.10.29 |
---|---|
Ubuntu Console mode booting (1) | 2012.08.31 |
redmine tip (0) | 2012.03.26 |
Cscope, Ctags 를 원하는 file만. (0) | 2012.02.23 |
Ubuntu 11.10 application : Terminator (0) | 2012.02.20 |