GithubHelp home page GithubHelp logo

motooling's Introduction

motooling

开发中 git 提交流程

git clone [email protected]:frontend/motooling.git

创建本地分支

git checkout -b feature1

本地提交

git add filepath
git commit -m '完成feature功能'

拉去线上最新代码,合并到 本地 feature1 的分支中

git checkout master
git pull origin master
git ckeckout feature1
git merge master feature1

此时如果没有冲突git已经自动合并提交。如果出现冲突,需要先处理冲突文件,然后 git add filepath, git commit

推送 feature1 到 gitlab

git push origin feature1

在 gitlab 上提交合并请求(pull request)

开始又一新功能开发...

拉取最新线上代码

git checkout master
git pull origin master

删除本地 feature1(待合并后删除,非必须,不影响后续操作)

git branch -d feature1

创建 feature2

git checkout -b feature2

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.

motooling's People

Contributors

charneverchance avatar csaoy avatar jameschen111 avatar liyubing1 avatar ryanlid 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.