lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

git rebase and gitk


From: Graham Percival
Subject: git rebase and gitk
Date: Sun, 27 Feb 2011 15:00:32 +0000
User-agent: Mutt/1.5.20 (2009-06-14)

Hi Mike,

Could I introduce you to the wonders of git-rebase ?  In
particular:
  git rebase -i master^^^^^^
(however many ^ you need to cover all your recent work)
This lets you clean up your git history before pushing to master,
thereby giving us a much less cluttered history.


I also recommend running:
  gitk
just before doing a push -- I've sometimes avoided an embarrassing
push by doing a final check like this.  (I don't do it all the
time, and sometimes end up regretting skipping this step!)

Cheers,
- Graham



reply via email to

[Prev in Thread] Current Thread [Next in Thread]