Installation Instructions
1. For the introduction and use of Git please refer to other articles, this article just specifically said myeclipse+git use
2. Because of the use of myeclipse+git, you do not need to install GIT clients and graphics programs, only one Egit plug-in
3. Same applies to Eclipse+git
Installing the Egit Plugin
1. Method One:
Download the Egit package and then install the Egit plugin via dropins+link or otherwise
2. Method Two:
–help–eclipse Marketplace–search Egit–finish in MyEclipse
3. Method Three:
–myeclipse configuration center–software– installation in MyEclipse
Using Git
1. Create a new project
2. Right button this item –team–share project–git– check box-click Item –create repository–finish
The 3.git warehouse has been built and can be versioned locally.
Remote Git
1. You can apply for an account in Code.csdn, Git.oschina, or other foreign code management sites, and then use remote git
2. Right key project –team–remote–push– fill in relevant information –finish