Giter Site home page Giter Site logo

cheng's Introduction

cheng

css 任务发放中

成员列表

  • Lionel Dong

  • 冥芽

  • 助理炮仗引燃师

  • zwhu

  • guolirong

  • biehejiangqin

GitHub使用指南

最基本的入门可以参考:

你可以看到有两个 branch,一个 master,一个dev。在我(picasso250,即创建者)的账户里,master 是主分支,dev 是开发分支。也就是说,master 永远是最稳定的代码,dev是自己做实验,做开发的代码。

你们(forker)提 pull request 的时候,推荐你们提给我的 dev 分支。

如何和我的代码保持一致:

因为所有人的代码都在修改,而这些修改最终都要输送到我的 master 里,所以,有时候你的代码会“过时”,那么这时候就需要同步代码。同步代码是通过 pull 操作进行的。

首先添加远端,这句只需要执行一次。

git remote add upstream https://github.com/picasso250/cheng.git

可以执行 git remote -v 确定远端添加成功。

然后从我的 master分支拉取代码:

git pull upstream master

如果提示冲突,请解决冲突,如果没有,那么就更好了。你的代码已经和最新的 master 代码保持一致了。

cheng's People

Contributors

picasso250 avatar zhiqinyigu avatar biehege avatar guolirong avatar zqf065 avatar zwhu 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.