Change Git commiter in Netbeans

前端 未结 6 1737
南笙
南笙 2021-01-30 09:03

In Netbeans 7.1 Git support has been added, however, I don\'t see a way to change commiter information. Currently, it\'s defaulting to my system information which is not what I

6条回答
  •  我在风中等你
    2021-01-30 09:36

    This is covered in the Git Community Book.

    It will work unless what you are trying to achieve is to have two sets of committer information on the OS same user account.

    From the page:

    [user]
        name = Scott Chacon
        email = schacon@gmail.com
    

提交回复
热议问题