美文网首页
Git 发布程序到远程仓库

Git 发布程序到远程仓库

作者: darebeat | 来源:发表于2016-09-06 14:07 被阅读11次

    echo "# mysql-osx" >> README.md
    git init
    git add README.md
    git commit -m "first commit"
    git remote add origin https://github.com/wowtous/mysql-osx.git
    git push -u origin master
    

    相关文章

      网友评论

          本文标题:Git 发布程序到远程仓库

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