当前位置 博文首页 > 纪大眼袋的博客:Git配置,用vscode编写代码并提交进github

    纪大眼袋的博客:Git配置,用vscode编写代码并提交进github

    作者:[db:作者] 时间:2021-07-18 10:12

    Git配置,用vscode编写代码并提交进github

    • Git工作大致原理
    • 电脑配置Git步骤—github仓库
      • clone远程仓库+配置
      • 下面是本地编辑并提交到github的一般步骤(不用VScode的情况下)
        • add
        • commit
        • push
      • pull和checkout
        • pull
        • checkout
    • VS Code 编写代码如何提交到github仓库
    cs