On 2012/01/15 23:15:01, Carl wrote:
On 2012/01/15 14:54:22, dak wrote:
> git rebase origin dev/cg
My thoughts (almost) exactly. My set of commands would be
git checkout dev/cg git rebase origin/master
which does exactly the same thing, only with different words.
I think it reaches the same work directory state, but possibly touching fewer files. If you have recently worked with something closer to master than dev/cg, that might save rebuild time. http://codereview.appspot.com/5539062/ _______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel
