The 04 idea to use github

In the registered github later, we can submit code to a remote repository. This article shows you how to interact with github in the idea in order to complete the code version management.

1 systems, software and prerequisite constraints

2 operation

2.1 Remote Export Warehouse Code

Note: The author's remote warehouse address https://github.com/ruili2006/testgithub.git , the reader is set according to the actual situation.

16204070-644da39113535ace.png
1.png

16204070-4ec777a5a556a7e1.png
2.png
16204070-9678ce96a3b059ef.png
3.png
16204070-3b7274cb6d2a59bf.png
4.png
16204070-437b5ffec4ef0662.png
5.png
16204070-b3f893a2a016ef44.png
6.png
16204070-2af82d2f58a0a359.png
7.png
16204070-28d27cb53ece0f0e.png
8.png

Note that the author remote repository project is not a formal project, it will be some more interface.

2.2 commit code

123.txt modify the content of submitted as follows:


16204070-330fdd62789f1f41.png
11.png
16204070-996a141b202bb599.png
12.png
16204070-1ea6d4d8943fb3b0.png
13.png
16204070-a2a037f150e0a815.png
14.png
16204070-89ee7787e8fc81b4.png
15.png

2.3 commit log and view results

16204070-71a067b4181c6643.png
16.png
16204070-f7a8bff39bc105b7.png
17.png
16204070-873bdc5472a26bea.png
View 123.txt on github website

2.4 update code

123.txt modified directly on github website
to update the code as follows in the idea:


16204070-b4102a8416f25030.png
19.png
16204070-9c0252aed072b5e3.png
update completed

The above is the process of code maintenance in the idea of ​​using github.

Guess you like

Origin blog.csdn.net/weixin_34376562/article/details/90772914