zoukankan      html  css  js  c++  java
  • Windows将自己的代码发布到Github上

    1、在GitHub上创建一个repository

    2、在自己的电脑上选择工作的文件夹使用Git Bash clone刚刚创建的repository

    3、此时本地git应该已经连接了GitHub,如果没有运行如下命令

    git remote add origin git@github.com:qian5683/sentry_vision.git

    4、把需要上传的工程放到clone的文件夹下

    5、先把工程上传到本地git

    git add sentry_vision4_26.tar.gz
    git commit -m "Code backup in 19_4_26"
    git push -u origin master

    此时GitHub上也会同步更新

  • 相关阅读:
    11.29
    11.28
    11.24
    11.21
    11.17
    11.15
    11.14
    11.9
    11.5
    11.3
  • 原文地址:https://www.cnblogs.com/long5683/p/10786825.html
Copyright © 2011-2022 走看看