Giter Site home page Giter Site logo

03.level3linkage's Introduction

Level3Linkage

省市县

Github 的使用 1、有GitHub账号 2、new repository 3、安装git和配置环境变量 4、git命令 进入文件目录,在文件中点击鼠标右键选择bash控制台进入 git init

git add .

git commit -m "first commit"

git remote add level3 "https://github.com:happyTCs/Level3Linkage.git"

git push -u level3 master 备注: git init 运行git add . 命令(意思是将要上传本地所有文件)
接着运行git commit -m "first commit" git remote add [命名] [项目地址] 第一次是不用pull的因为啥都没有,直接push即可 add->commit->pull->push

03.level3linkage's People

Contributors

happytcs avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.