码迷,mamicode.com
首页 > 其他好文 > 详细

EGit

时间:2017-04-24 19:04:36      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:one   wan   oca   egit   java   procedure   button   username   attr   

Every commit in EGit will include the user’s name and his email-address. These attributes can be set in the Preferences-window Window => Preferences.

Navigate to Team => Git => Configuration

and hit the New Entry… Button.

Enter user.name as Key and your name as Value and confirm. Repeat this procedure with user.email and your email address and click OK in the Preferences window.

The username and email should be the same you use for your Git account, ie. your GitHub account.

 

 

Creating Local Repositories

One major advantage of Git compared to SVN or CVS is that you can easily create local repositories, even before you share them with other people. In this way, you can version your work locally.

First, you have to create a project in Eclipse that you want to share via your local repository.

For later purposes it would be useful to add some files, e.g. a Java class to your project.

EGit

标签:one   wan   oca   egit   java   procedure   button   username   attr   

原文地址:http://www.cnblogs.com/chen-yonghai/p/6758214.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!