标签:mit bsp https .com add 标记 ini style code
首先将本地项目初始化
1 git init
然后添加一个远程仓库
1 git remote add origin https://gitee.com/yooeyeshot/woodafeng-admin.git
要先从远程库更新
1 git pull origin master
之后先标记,提交到本地仓库,再推送到远程仓库
git add .
git commit .
git push origin master
标签:mit bsp https .com add 标记 ini style code
原文地址:https://www.cnblogs.com/woodafeng/p/10485808.html