How to push cloned project to github in idea

1. First, git has been downloaded and a local warehouse has been established.

2. Right-click the project and click Git—>Commit Directory (my idea here has been set to the Chinese version)

3. A new web page is created here to test whether the upload is successful.

4. Fill in the submission information (required)

5. Then click Commit. (Note: This is only submitted to the local warehouse)

6. Next, right-click the project file and click Git->Repository->Push

7. Click on the project that needs to be pushed just now (the file that just existed in the local warehouse but was not pushed to the github server), and then click Push, as follows.

8. After the push is successful, there will be a prompt in the lower right corner, as shown in the figure.

9. Go to github to check. It shows that the CESHI.html file just now has been pushed successfully.

Guess you like

Origin blog.csdn.net/qq_74629570/article/details/133580300
Recommended