Giter VIP home page Giter VIP logo

js201714's Introduction

js201714

####1.创建一个GitHub账号

配置账号和邮箱

git config –global user.name "账号" git config –global user.email "[email protected]" git config –list 查看配置信息

####2.输入老师仓库的网址

https://github.com/mengqian1117/js201714.git ####3.fork一份老师的仓库到自己的账号点击fork

####4.将自己的仓库克隆到本地仓库 git clone https://github.com/mq0/js201714.git 转到文件夹 cd js201714

####5.本地仓库关联老师仓库

git remote add mengqian1117 https://github.com/mengqian1117/js201714.git

####6.更新仓库

git remote update mengqian1117 git pull mengqian1117 master

####7.提交本地仓库 git add ­A

git commit ­m “这是我第一次提交内容,就是练习一下”

####8.push到自己的远程仓库 git push ­u origin master

js201714's People

Contributors

mengqian1117 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.