On Friday, July 20, 2012 9:16:54 PM UTC+2, git-guy wrote:
>
> hi guys how i can change old message in some old commits.
>
> i tried follow one tutorial but totaly wrong
>
> he say:
>
> *git rebase -i <commit>:*
> *
> *
> *chosse edit in commit wants change*
> *
> *
> *after: * *git commit –amend*:
>
>
> anyway this commands i only can change the last 2 commits, strange.
>

Which tutorial is this?

Try this one: 
http://git-scm.com/book/en/Git-Tools-Rewriting-History#Changing-Multiple-Commit-Messages

 

> someone knows how a can change specific commit?
>
> another thing, i saw in my three show *master | rebase.
>
> and not desapear that as well, someone can help me?
>

I suspect that you are in "rebase mode". That is, you're in the middle of 
rewriting som history, and Git is waiting for you to type things like "git 
rebase --abort" or "git rebase --continue". If you just want to get out of 
this mode, I reckon also a "git reset --hard master" should get you back to 
how you left things in master branch.


-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/zwb3xtRv3_0J.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to