Re: git-kill: rewrite history removing a commit

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Michael S. Tsirkin
Date: Wednesday, January 31, 2007 - 1:54 pm

> When I find master~8 and master~9 to be undesirable, I would do:

That's good to know.
So it turns out I can just rewrite mine as a one-liner:
git-rebase --onto $1~1 $1

Thanks,

-- 
MST
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git-kill: rewrite history removing a commit, Michael S. Tsirkin, (Wed Jan 31, 12:55 pm)
Re: git-kill: rewrite history removing a commit, Yann Dirson, (Wed Jan 31, 1:22 pm)
Re: git-kill: rewrite history removing a commit, Junio C Hamano, (Wed Jan 31, 1:26 pm)
Re: git-kill: rewrite history removing a commit, Michael S. Tsirkin, (Wed Jan 31, 1:54 pm)
Re: git-kill: rewrite history removing a commit, Catalin Marinas, (Thu Feb 1, 5:41 am)