-
Notifications
You must be signed in to change notification settings - Fork 35
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
Floating vs. Fixed based on GitFlow #249
Comments
We're already doing that: https://github.com/Particular/ripple/commit/b859f22fef6048f8bf5d4a18e2adbd6895be401b (that's a hack though) Here is the issue for it: On Thu, Dec 5, 2013 at 8:39 AM, danielmarbach notifications@github.comwrote:
|
As usual you are way ahead of me!
|
And I can add that the "concept" works flawlessly. On Thu, Dec 5, 2013 at 9:44 AM, danielmarbach notifications@github.comwrote:
|
I had to chance to talk to @jeremydmiller in RL. I'm honored. Here is the summary of the idea I gave him during a tube ride:
It would be extremely helpful if ripple could detect based on the GitFlow on what branch you are and then automatically fix all the dependencies. I would suggest the following model:
GitFlow
http://nvie.com/posts/a-successful-git-branching-model/
Here is code that shows how to use libgit to detect on which branch you are running.
https://github.com/Particular/GitFlowVersion
Thoughts?
The text was updated successfully, but these errors were encountered: