A: Click Window--->show view--->other. --->git repositories--->"OK"
B: code Warehouse on the clone code cloud
C: Select the corresponding directory to store your code cloud project
D: Add any project to the local repository and upload to the code cloud
Right-click the project you created or want to upload in Eclipse --->tram--->share project(do not tick the use ... ) directly find the local Warehouse address association on the line
F: First commit to remote repository
Also right-click the code you want to submit --->tram--->commit---> fill in the submission record ( The information to be filled in is written )
G: Before you submit, be sure to first Pull Project on the code cloud to avoid code conflicts ( Here is the code that was modified on the code cloud, but we did not modify it locally, we need to pull it first )
Right-click Project --->tram--->pull ( Note: The pull down may not be the same as the local code, need to be modified (Window---> Preferences--->general--->workspace))
<<< above is a tutorial on using git on Eclipse >>>
Eclipse using the Git tutorial