如何更改Eclipse Git插件中的默认作者和提交者? [英] How do I change the default author and committer in the Eclipse Git plugin?

查看:1868
本文介绍了如何更改Eclipse Git插件中的默认作者和提交者?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Git插件进行Eclipse。我有几个作者和提交者,当我开始输入这些字段时显示。



如何提供对此列表的更改,或删除一些作者或提交者? p>

此外,我想设置默认的作者和提交者,默认情况下会显示。



解决方案


  1. 点击首选项>团队> Git>配置

  2. 点击新建条目,然后输入密钥价值对:




    • 密钥: user.name

    • 值:您的用户名




    • 密钥: user.email

    • 价值: YourEmailHere



I am using the Git plugin for Eclipse. I have several authors and committers which are displayed when I start typing in those fields.

How can I provide changes to this list, or remove some author or committer?

Also I want to set my default author and committer which will be displayed by default.

解决方案

  1. Click Preferences > Team > Git > Configuration
  2. Click New Entry and enter the key value pairs:

    • Key: user.name
    • Value: YourUsernameHere

      And

    • Key: user.email
    • Value: YourEmailHere

这篇关于如何更改Eclipse Git插件中的默认作者和提交者?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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