Hi Thank for the pointer; Do you think following scriptlet is good for modifying specific commit ? and do edit. cat ./modify_specific.sh git rebase -i $1 && git commit --amend && git rebase --continue Thank you in advance -Mahesh > You probably want to squash C5 into C4. Look up 'git rebase --interactive', > and the 'squash' instruction. A good intro can be found at either > http://book.git-scm.com/4_interactive_rebasing.html or > http://progit.org/book/ch6-4.html > > > You may want to read the entire Pro Git book ( http://progit.org/book/ ) to > get a firm grip on the Git object model. > > > ...Johan > > -- > Johan Herland, <johan@xxxxxxxxxxx> > www.herland.net > -- Thank you and best regards. Mahesh Vaidya / 9740500144 http://www.twitter.com/forvaidya -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html