Replies: 1 comment
-
Yeah I think I could use something like this to keep certain Docker Mongo volumes static instead of anonymous aross branches. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there!
A problem I face all too often:
Thing is, I still need that functionality. For instance,
gem 'ricecream'
is super helpful in my day-to-day.Forking isn't really an option - I need to stay close to upstream.
For smaller projects, I keep patches on my
master
and clean them up before contributing. But in branch-heavy workflows, that gets unmanageable quickly.I've looked into https://gitbutler.com/ - too heavy and slow, weird branches.
stg
sounds promising, butstg init
is per-branch, and I need something cross-cutting.What I really want:
git pull --rebase --autostash
-styleOTPS/before-big-bang
) and revisit it later (e.g. when developing for an maintenance version)Does such tooling or workflow exist?
Thanks for reading - I appreciate any tips or experiences shared 🌟🌟🌟
Beta Was this translation helpful? Give feedback.
All reactions