git提交代码记录

一、下载代码

1、git clone “git上面的代码地址”

2、git pull

二、提交代码

1、git add .

2、git commit -m "提交记录说明"

3、git push origin master 

猜你喜欢

转载自blog.csdn.net/qq_30974367/article/details/80448347