Code Monkey home page Code Monkey logo

dmc2019's Introduction

DMC2019

Workflow

A Quick Tutorial

Before You Start

  1. Clone the Repo: git clone [email protected]:tianqinglong/dmc2019.git

    or you could try: git clone https://github.com/tianqinglong/dmc2019.git

  2. Now you will only see the master branch. So you will need to create the local "dev" branch by:

    • git checkout -b dev origin/dev
  3. Other people may have pushed commits to "dev". Before you push your commit, you should update your local "dev" by:

    • git branch --set-upstream-to=origin/dev dev

    • git pull

  4. Create your own branch locally:

    • git checkout -b YOUR_BRANCH_NAME
  5. Now you are able to work on your own branch. When you are done merge your own branch with dev and then push to the remote (May need step 3).

    • (suppose you are in your own branch "YOUR_BRANCH_NAME") git checkout dev
    • git pull
    • git merge YOUR_BRANCH_NAME
  6. Never work on "master" branch.

dmc2019's People

Contributors

yueyingwang avatar xingcheg avatar zeruiz avatar invinciblekitten avatar tianqinglong avatar

Stargazers

 avatar  avatar João Pedro Rodrigues Mattos avatar  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.