关于git上传代码

1首先在码云/阿里云上创建项目,然后复制 ssh

2将代码复制下来

git clone git@codeup.aliyun.com:5f3b7e2a5fd102f22f6bb0ea/test123.git

复制下来之后会看到当前目录下会有项目的名称

3然后依次输入下列命令

git pull

gld % git add .

git commit -m's'

git push

git add .

git commit -m's'

git push

 git pull

原文地址:https://www.cnblogs.com/1439107348s/p/15036617.html