在NetBeans中更改Git提交者 [英] Change Git commiter in Netbeans

查看:100
本文介绍了在NetBeans中更改Git提交者的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在NetBeans 7.1中添加了Git支持,但是,我没有看到更改提交者信息的方式。目前,这是我的系统信息,这不是我想要的。有什么方法可以改变它吗?

  [用户] 
名称= yourname
email = youremail


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 want. Is there any way to change this?

解决方案

Try setting it in the local gitconfig file .git/config:

[user]
        name = yourname
        email = youremail

这篇关于在NetBeans中更改Git提交者的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆