2013/10/1 Olle E. Johansson <[email protected]>:
> A git question that's related:
>
> Can I change a commit message?

git commit --amend

But only if you have not pushed the commit yet. You should never
rewrite the git history on a public repository.

Cheers,
Victor

_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to