[openib-general] userspace git trees
Sasha Khapyorsky
sashak at voltaire.com
Thu Dec 14 12:51:09 PST 2006
On 12:40 Thu 14 Dec , Roland Dreier wrote:
> > 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?
git-reset HEAD^
edit patch
git-commit -c ORIG_HEAD
I think there is also 'git-commit --amend', but didn't use it yet.
Sasha
More information about the general
mailing list