设置问用户名和邮箱后
使用以下命令,下载线上代码
git clone [代码URL]
上传代码
git add -A
git commit -m [文件名称]
git push -u origin master
标签:origin,git,代码,Git,上传,下载 From: https://www.cnblogs.com/KevinSteven/p/17742417.html
设置问用户名和邮箱后
使用以下命令,下载线上代码
git clone [代码URL]
上传代码
git add -A
git commit -m [文件名称]
git push -u origin master
标签:origin,git,代码,Git,上传,下载 From: https://www.cnblogs.com/KevinSteven/p/17742417.html