-
Notifications
You must be signed in to change notification settings - Fork 66
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
How about a single branch mode? #31
Comments
I wonder if we could have 2 parents for every commit — the base commit + the dura branch. The history could get very messy to look at though. It's worth a try. If you want to try it out, it's a matter of adding |
would #59 do what you want? if it's implemented |
Hey! The idea is great. The tool definitely needs this subcommand. Especially when it comes to rebasing because with the rewritten history it might be very hard to figure out the As for my problem. The subcommand won't solve it, unfortunately, because there still will be hundreds of |
Yeah, I can't see dura doing single branch mode natively, it's too invasive. I want to focus on other ways of managing branches. We could publish dura on crates.io so that someone else can tinker with the idea of single branch mode without having to rewrite dura. Is that interesting to you? |
Okay. Thank again for creating the tool. I believe it has lots of potentials, keep on going 👍 As for working on a fork, no, I won't commit. Although, thanks for asking! |
I use
git branch
often, so I don't want to have hundreds ofdura-HASH
branches in the output, but I don't mind another static branch next to themaster
andstaging
. Is it possible to have just onedura
branch, but keep snapshotting everything? I know that filtering outdura-HASH
branches would be a solution to my problem, but still, I would like the single branch mode better.P.S.: I'm very executed about this project for I've developed a habit of making a temporary commit every few minutes over the years, but your solution is better because it's automated ❤️
The text was updated successfully, but these errors were encountered: