美文网首页
upload repo code to github using

upload repo code to github using

作者: 啊啊啊啊啊1231 | 来源:发表于2021-11-02 12:05 被阅读0次

    1- git init

    2- git add .

    3- git commit -m "Add all my files"

    4- git remote add origin https://github.com/USER_NAME/FOLDER_NAME

    5-git remote -v
    6-git push origin master

    相关文章

      网友评论

          本文标题:upload repo code to github using

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