沃达风

首先将本地项目初始化

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

 

posted on 2019-03-09 22:12  woodafeng  阅读(134)  评论(0编辑  收藏  举报