Giter VIP home page Giter VIP logo

git-subtree-workflow-proposal's People

Contributors

ande3577 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

git-subtree-workflow-proposal's Issues

Change subtree flow to use a pull request implementation

Create separate branch with shared code
Rebase on latest shared library
Push changes to a specific branch in your shared repo.
Send email (our use issue tracker) to maintainer of shared library
include repo location, branch name, and target branch name

What is impact of using git merge -X subtree="..." vs using git merge -s subtree?

git merge -s subtree appears to have issues overwriting conflicts. It is possible that using the recursive branch strategy with a subtree argument would fix this.

Ideally, this would eliminate the step in the workflow of checking out out the local branch and allow for merging directly from the remote branch. This would also allow for eliminating the need for the library editing clones altogether and greatly streamline the process.

The downside is this would require the developer to specify the location of the module each time a merge is done, rather than only when read-dir is called.

Add description of simultaneous branch workflow

instead of creating multiple branches and switching back and forth. Clone the entire repository before creating the branch. This enables two branches to remain on disk at the same time, which eliminates the need to rebuild after branch switching.

Is rebase a good idea?

Because should never rebase a publicly accessible branch. If someone else branches off of your branch, they'll wind up lost.

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.