Eclipse-git Correspondence Relationship

Source: Internet
Author: User

today I'm anxious to see git because:1 I am most concerned about the stolen notebook, because people in the field, to tell the truth the environment is not safe, important information in the notebook is not safe, but if you always back up, using file upload download is very cumbersome, git is very convenient, there are many free git services; Even if the notebook is stolen, it's OK, less a worry;2 need to learn the open source framework;
After the git:http://git-scm.com/is installed, you can use the GIT command to configure the default user name, mailbox: git config--global user.name "xxx" git config--global user.email "[ Email protected] "

Egit Installation Address: http://www.eclipse.org/egit/download/Note: Different versions of Eclipse corresponding to the Egit plugin are different; Reference: http://wiki.eclipse.org/EGit/FAQ# Where_can_i_find_older_releases_of_egit.3f for
EGit releasedsupported Version of Eclipse
3.5.0 (planned for September) N/A Eclipse 3.8.2/4.2.2 + (Juno), support for 3.8.2 is Fixedsee bug438601
3.4.1.201406201815-r N/A Eclipse 4.2.2 + (Juno)
3.4.0.201406110918-r Eclipse 4.4 (Luna) Eclipse 4.2.2 + (Juno)
3.3.1.201403241930-r N/A Eclipse 3.8.2/4.2.2 + (Juno)
3.3.0.201403021825-r N/A Eclipse 3.8.2/4.2.2 + (Juno)
3.2.0.201312181205-r 4.3.2 (Kepler SR2) Eclipse 3.8.2/4.2.2 + (Juno)
3.1.0.201310021548-r N/A Eclipse 3.8.2/4.2.2 + (Juno)
3.0.3.201309161630-r 4.3.1 (Kepler SR1) Eclipse 3.8.2/4.2.2 + (Juno)
3.0.1.201307141637-r 4.3.0 (Kepler) Eclipse 3.8.2/4.2.2 + (Juno)
2.3.1.201302201838-r 3.8.2/4.2.2 (Juno SR2) Eclipse 3.7.2+ (Indigo) (except EGit importsupport feature, which is optional)
2.2.0.201212191850-r 3.8.1/4.2.1 (Juno SR1) Eclipse 3.7.2+ (Indigo) (except EGit importsupport feature, which is optional)
2.1.0.201209190230-r 3.8.1/4.2.1 (Juno SR1) Eclipse 3.5.2+ (Galileo) (except egitimport support feature, which isoptional)
2.0.0.201206130900-r 3.8/4.2 (Juno) Eclipse 3.5.2+ (Galileo) (except egitimport support feature, which isoptional)
1.3.0.201202151440-r 3.7.2 (Indigo SR2) Eclipse 3.5.2+ (Galileo)
1.2.0.201112221803-r 3.7.2 (Indigo SR2) Eclipse 3.5.2+ (Galileo)
1.1.0.201109151100-r 3.7.1 (Indigo SR1) Eclipse 3.5.2+ (Galileo)
1.0.0.201106090707-r 3.7.0 (Indigo) Eclipse 3.5.2+ (Galileo)

How does the Eclipse plug-in install? Slightly
After installation, switch to Git view and create a data warehouse;

Publish an existing project to the local data Warehouse; Right-click an existing project, Team, Share project...->git

The following items are shown below:

This is similar to SVN, right-click Commit commits to the local repository, and then "?" will not appear. The
The basic operation is similar to SVN;
Go to the project directory to see that the project directory has been moved to the Data Warehouse, and then found that git does not have an implicit file like svn. Files such as SVN, those files will be contaminated with the project directory, git should be stored under the. Git directory and is encrypted, completely can not understand how to store it;
The detailed application also needs in the practice again in depth, here only does the basic environment constructs;
Theoretical knowledge View information on the Internet, for example: http://www.open-open.com/lib/view/open1332904495999.htmlhttp://www.ruanyifeng.com/blog/2014/ 06/git_remote.html?bsh_bid=458247941http://git.oschina.net/progit/http://my.oschina.net/songxinqiang/blog/ 192567http://my.oschina.net/songxinqiang/blog/194203http://www.ruanyifeng.com/blog/2014/06/git_remote.html

Eclipse-git Correspondence Relationship

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.