Git初次使用一般来说就5步.
cd 你的目录 //进入你需要提交的目录.
git init //初始化.
git add * //添加需要提交的文件.
git commit -m “第一次提交” //提交的说明.
git remote add origin https://github.com/lmxy1990/test.git //添加远程仓库地址
git push -u origin master //提交 到主干
cd 你的目录 //进入你需要提交的目录.
git init //初始化.
git add * //添加需要提交的文件.
git commit -m “第一次提交” //提交的说明.
git remote add origin https://github.com/lmxy1990/test.git //添加远程仓库地址
git push -u origin master //提交 到主干
微信打赏
支付宝打赏