On Wed, Jun 24, 2009 at 12:38:50 +0200, Simon Thum wrote: > BTW, how do you edit unpushed commits which have dependent follow-ups? > > I use a git format-patch, reset, commit, am sequence. You know a smarter > way, particularly one avoiding reset? > 'git rebase -i' might be what you're looking for. Cheers, Julien