网络舆情监测,seo技术培训中心,网页建立站点,电商平台设计方案在gitee上新建一个仓库 点击“克隆/下载”获取仓库地址 电脑上要装好git 在电脑本地文件夹右键“Git Bash Here” 依次执行如下命令
git init
git remote add origin https://gitee.com/qlexcel/stm32-simple.git
git pull origin master
git add .
git commit -m ‘init’…在gitee上新建一个仓库 点击“克隆/下载”获取仓库地址 电脑上要装好git 在电脑本地文件夹右键“Git Bash Here” 依次执行如下命令
git init
git remote add origin https://gitee.com/qlexcel/stm32-simple.git
git pull origin master
git add .
git commit -m ‘init’
git push origin master完工 第2条命令是git remote add origin 仓库地址 第5条命令是git commit -m ‘说明’