1, first in the code cloud to create an account, and create a project
Figure 1:
Figure 2:
2, after the creation of success, in the Click Clone/Copy button, copy download link
Figure 3:
3, in the terminal, CD to the desktop, execute the command git clone ~ ~ ~
Note: Git clone is followed by the link you just copied.
Figure 4:
4, after the execution of the command line, will be downloaded on the desktop in the code cloud we just created the project, open the folder
5, and then the files in our project dragged in, we must pay attention to, here we dragged in is the project file instead of the whole project folder dragged in, otherwise it will not work. And we don't want any of the engineering. Git to hide the file or cause a repository conflict
Figure 5:
6. Open the terminal and submit the changed content to the local warehouse.
Figure 6:
Figure 7:
Figure 8:
Figure 9:
7, now go to the code cloud to refresh the interface, you can see the project you have just submitted
Figure 10:
Note: When the team is developing, you need to do the pull operation every time you modify the project, the code cloud on the latest integration of the project to crawl down, and then to modify!
Thank you!!!