Author: hboutemy Date: Sat Jul 27 13:07:36 2013 New Revision: 1507631 URL: http://svn.apache.org/r1507631 Log: improved Edit comit coment section, even if not sure it works
Modified: maven/site/trunk/content/apt/developers/conventions/git.apt Modified: maven/site/trunk/content/apt/developers/conventions/git.apt URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/developers/conventions/git.apt?rev=1507631&r1=1507630&r2=1507631&view=diff ============================================================================== --- maven/site/trunk/content/apt/developers/conventions/git.apt (original) +++ maven/site/trunk/content/apt/developers/conventions/git.apt Sat Jul 27 13:07:36 2013 @@ -79,8 +79,10 @@ o Applied without change * Edit Commit Message +to edit last commit comment: + --- - git commit --amend to edit last commit comment +$ git commit --amend -m "new comment" --- * Workflow @@ -187,4 +189,3 @@ git push apache -