Git Product home page Git Product logo

hri-fork's Introduction

HRI-20069-W2-fork

Integration-Manager Workflow

Assume that there are an integrator (I) and a developer (D1)

  1. [I]: Make a Remote Integration Repository (R_I_Repo), clone to Local Integration Repository (L_I_Repo), work at local, and push.
  2. [D1]: Fork the R_I_Repo into a Remote Development1 Repository (R_D1_Repo)
  3. [D1]: Clone to Local D1 Repository (L_D1_Repo).
  4. [D1]: Make a Branch (such as feature_D1) at local.
  5. [D1]: Work in the feature_D1 branch and Push to R_D1_Repo.
  6. [D1]: Make a Pull Request to Integrator's R_I_Repo.
  7. [I]: Investigate the branch feature_D1 and Merge in it into the mater branch at R_I_Repo and pull to the local master branch of L_I_Repo.
  8. [D1]: Pull the R_I_Repo: $ git remote add upstream <url_of_R_I_Repo> and $ git pull upstream master to keep the local master branch synchronized with R_I_Repo.

W2-pic01

hri-fork's People

Contributors

cjs0818 avatar

Watchers

Zehra Nur Olgun 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.