git 上传

2018-06-15  本文已影响0人  蓦然浅笑_4f03

git config --global user.name "蓦然浅笑"

git config --global user.email "1277719604@qq.com"

创建 git 仓库:

mkdir easycd easygit inittouch README.mdgit add README.mdgit commit -m "first commit"git remote add origin https://gitee.com/zoubiao/easy.gitgit push -u origin master

已有项目?

cd existing_git_repogit remote add origin https://gitee.com/zoubiao/easy.gitgit push -u origin master

上一篇 下一篇

猜你喜欢

热点阅读