Am Sonntag, 27. Februar 2011, um 20:20:18 schrieb Patrick McCarty:
> It is worth noting that `git rebase' is a very powerful command, since
> you can potentially rewrite all of git history with it.  So, in
> general, be careful that you're not modifying commits that have
> already been pushed to savannah.

That's why I don't use master^^^^, but rather
   git rebase origin/master
   git rebase -i origin/master

the first command makes shure that all your local patches are actually based 
on the latest lilypond code, while the second one lets you rewrite the 
history.


Cheers,
Reinhold

-- 
------------------------------------------------------------------
Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to