Code Monkey home page Code Monkey logo

rock_first's Introduction

ReadMe

这是我第一次使用github,上传代码到github,

总结一下,上传代码的步骤,我参考了知乎的文章

主要包含以下步骤

  1. 安装Git

  2. 登录自己点的github账号,创建一个新的repository

  3. 绑定用户。Git bash 在桌面快捷方式、开始菜单、安装目录中

    • git config --global user.name "*******"
    • git config --global user.email "*******@qq.com"
  4. 为GIthub账户设置SSH Key

  5. 上传本地项目到github

    • 创建一个本地项目 git init
    • 将所有文件添加到仓库 git add .
    • 然后将文件提交到仓库,双引号内是提交注释 git comit -m "注释"
    • 去github赋值仓库的ssh地址,然后git remote add origin ssh地址
    • last step 上传本地代码 git push -u orugin master.

    Thank you for watching

    Wish you a nice day! :happy:

rock_first's People

Contributors

rockwang13 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.