Cloud GIT code and error handling code to forward flow

Cloud GIT code and error handling code to forward flow

打开需要推送的文件夹:
![](https://s1.51cto.com/images/blog/202003/10/34817f9a11545a2cc3286c49d17c536e.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_90,type_ZmFuZ3poZW5naGVpdGk=)

创建文件夹:
mkdir python_day01
进入文件夹:
cd python_day01
初始化:
git init  
创建redame文件:
touch README.md
![](https://s1.51cto.com/images/blog/202003/10/7a23eea3b8c17df78f1ffaf894a5581c.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_90,type_ZmFuZ3poZW5naGVpdGk=)

git add ( "point" on behalf of all the files in the current folder package).
git the commit -m "Frist the commit" (how many times submitted)
Cloud GIT code and error handling code to forward flow
will be named UIR remote:
git the Add Remote Origin https://gitee.com/hu_xin_xiang/python_day02. git
push Code:
git push -u Origin Master
git pull --rebase Origin Master
git the Add Remote Origin https://gitee.com/hu_xin_xiang/python_day02.git
git push Master -u Origin
Cloud GIT code and error handling code to forward flow

别名报错处理:
![](https://s1.51cto.com/images/blog/202003/10/bfa6731988c8ec230b83db5d1a443392.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_90,type_ZmFuZ3poZW5naGVpdGk=)

Guess you like

Origin blog.51cto.com/13233089/2477098