0 Replies Latest reply on May 26, 2011 2:59 AM by lfryc

    Setting up jboss.org accounts to work with Git / GitHub

    lfryc

      Hello,

       

      I would like to ask all comitters to follow these lines to setup their accounts properly to work with Git:



      1) Could I ask you for filling in appropriate github username and Git Author Name in your jboss.org account in order to establish correct values binding between github and SVN commits?

      You can go directly into your profile using following link (replacing NAME placeholder with your jboss.org account name) and click on "Edit profile & privacy":

      http://community.jboss.org/people/NAME?view=profile

      You need to fill following attributes in:

      'github Username' is field that links your github.com account with jboss.org account.
      (e.g. "lfryc")

      'Git Author Names' is a field that contains a comma-separated list of author names that people use to author/commit changes in Git (user.name from git config).
      (e.g. "Lukas Fryc")

       

      You can find it in your $HOME/.gitconfig


      [user]
           name = Lukas Fryc
      




      2) My second request to you is checking you have setup correct SVN username - Git username/email binding in svn.authors file used for migration purposes:

      https://github.com/lfryc/richfaces-git-migration/blob/master/svn.authors

       

      Please send my Private Message or mail directly if you need to set it up.

       

       

      Regards,

       

      - Lukas