> From: "Jagadeesh N. Malakannavar" <mnjagade...@gmail.com>

> May I know how to delete one intermidate commit? 
> For ex: git one line log 
> 
> c4ab7b9 commit 6
> a2396a2 commit 5
> 85020f2 commit 4
> 8779285 commit 3
> 4c0b83b commit 2
> 4498573 commit 1
> 
> I want to delete 
> 8779285 commit 3
> 
> how to do that?

The first thing is to specify what you mean by "delete a commit".  Do
you mean that you want the change (the delta) that was introduced by
87792 to be removed from the code that is the later commits?  Or do
you want to bundle the changes that were made in 87792 with the
changes in 85050 into one new commit?

Dale

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to