Code Monkey home page Code Monkey logo

workflow's Introduction

workflow

第一步

1. fork repo右上角

2. 将自己fork的repo git clone到本地

同步更新fork的代码流程

1. 在本地代码中添加源代码库

git remote add workflow https://github.com/Zhangzhiyue/workflow.git

2. 保证本地目前是在master分支上

git checkout master

3. fetch源代码库

git fetch workflow

4. merge源代码库的master代码到 本地的master上

git merge workflow/master

5. 更新fork的master代码库

git push origin master

提交代码流程

1. 本地fork的代码库中新建需要做的功能分支如:

git checkout -b hotfix/easy-bug

2. 修改完代码,add和commit后,将分支hotfix/easy-bug push到origin

git push origin hotfix/easy-bug

3. 在github网站使用PR

new pull request -->在自己folk的那一栏选择branch hotfix/easy-bug。 提交pull request

4. 有权限的人员对PR进行merge 或close操作

workflow's People

Contributors

eugene2799 avatar ningning-718 avatar

Stargazers

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