You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by pdion891 <gi...@git.apache.org> on 2017/02/04 15:09:42 UTC

[GitHub] cloudstack-docs-admin issue #41: 50% of the doc strings are translated into ...

Github user pdion891 commented on the issue:

    https://github.com/apache/cloudstack-docs-admin/pull/41
  
    @lmrv  I've extract the PR diff file from github, but there is no information about you in the git commis, you name and email address. 
    
    I think you just need to do follow:
    
    ```
    git config --global user.name "your_name"
    git config --global user.email "your_email@example.com"
    ```
    
    Then you will need to amend all commits of the PR so it will be commit under your name, refer to : http://stackoverflow.com/questions/4981126/how-to-amend-several-commits-in-git-to-change-author seams good information.
    ex: `git rebase -i YOUR_SHA -x "git commit --amend --reset-author -CHEAD"`
    
    I can merge the PR as is but your name will not figure it the `git log`



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---