Tags (separated by Spaces) : GIT


1, fork to your own account first find the main project you co-developed, then click fork, as shown in the image below.

git cloneUrl (the URL obtained in the first step)Copy the code

Git pull author project addressCopy the code

If there is a conflict, resolve it, go to the development tools (<<<<<<<), something like that, in general, code merge. #####4. First simulate adding content to push to own repository

Git add. // Add all files to the local server (you can also specify the files you want to add) git commit -m"Explain the status of this submission."Git push origin master git push origin masterCopy the code

#####5. Initiate a pull request on the web page

Git bash supports all of the above commands if you already have Git installed.