-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for push? #6
Comments
hey @tinoheth what is your workflow? I am assuming to have multiple sub-projects live under one main repo, but being able to simultaneously work on, commit, and push to all sub-projects from the main project? I have to read into I am more than happy to dig into this a little further, but I will await your response concerning your workflow first, want to make sure I understand the problem. |
I'm not sure how common this approach is, but for me, the perfect workflow would allow me to decide that a bunch of source files is useful for other projects as well, and make it easy to separate those files from the parent-project and evolve them in parallel (it's possible already, but quite tedious...). When I change a library, this is most likely because I encountered a limitation in a project that uses this library, so it would be very convenient to have the ability to simply extend the sub-project, and push those changes afterwards. Don't feel pushed to add those capabilities if you see no need for them - I just started playing with manually splitting subtrees and pushing those, and still have to see how comfortable the handling of commit-messages is... |
hmm, yeah. I mean, it seems like a perfect use case for |
That's right, git-submodule is a sad story: If this feature had better support... |
Exactly. I'll play around with |
git-subrepo already has push capability. |
Hi there!
It's time for my annual study for git-supported code reuse ;-), and right now, I'm testing vendor.
I like its simplicity, but there's one feature that I am missing:
Git-lib (https://github.com/tomlu/git-lib) has support for push of "sub-repos", and this feature fits good into my workflow.
What's your opinion on adding a push-feature to vendor?
The text was updated successfully, but these errors were encountered: