On Mon, Feb 07, 2011 at 04:16:42PM +0100, Reinhold Kainhofer wrote:
> My workflow is that I make several commits (i.e. I don't amend) in each 
> feature branch. But before actually merging back to master (or pushing to the 
> server), I do a 
> 
> git rebase -i origin/master

+1

My personal workflow (on my PhD stuff) is full of commits like
"asdf" or "stop crashing the thing" or even just "save point".
But I (almost) always do a
  git rebase -i
before pushing it to my "backup" repository.

Sadly,
  git grep "rebase -i" Documentation/contributor

Could somebody add this tip to a new subsection inside
  Contributor 3.4 Advanced Git procedures
?

Cheers,
- Graham

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to