上传项目到git

作者: Miaoz0070 | 来源:发表于2017-01-19 15:46 被阅读40次

废话不多说直接代码

cd 本地库(文件夹,里面包括项目文件夹)
git init
touch README.me
git add .
git commit -m "first Commit"
git remote add origin https://github.com/miaozhang9/Swift3.0Test_ImitateAliPay
git push -u origin master

简单易用。

相关文章

网友评论

    本文标题:上传项目到git

    本文链接:https://www.haomeiwen.com/subject/liuibttx.html