diff options
Diffstat (limited to 'site/git/index.php')
-rw-r--r-- | site/git/index.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/site/git/index.php b/site/git/index.php index 7f7817c..0c25987 100644 --- a/site/git/index.php +++ b/site/git/index.php @@ -132,6 +132,12 @@ <?php echo gettext("or:"); ?><br/> $ <b>git commit -a --amend</b> </p> + + <p> + If you wish to use a different author name for the commit command, add <i>--author="Author's Name <author's email address>"</i>. This + could be an alias, or it could be because you are submitting a patch on someone else's behalf. + </p> + <p> <?php echo gettext("In your local git tree, you can use this to check your commits:"); ?><br/> $ <b>git log</b> |