[LLVMdev] git-svn dcommit Question

NAKAMURA Takumi geek4civic at gmail.com
Fri Jul 8 02:52:05 PDT 2011


Dave, bty, don't you work on your branches, but master?
I think it would be not "the right git way".

...Takumi

ps. for me, to commit much commits;

$ git checkout master
$ git rebase -i mybranch
(pick up commits interactive on master as cherry)
$ make -C builddir check-all -j4
$ git svn dcommit -n



More information about the llvm-dev mailing list