> I've used stgit couple of months ago, but switched to core git, today it
> does everything what stgit did. Don't think however that this is better
> for publishing - git-rebase and git-reset produce non-linear history.
How do you get the equivalent of
stg pop
edit patch
stg refresh
stg push
with core git?
- R.