A small suggestion from a lazy person #110
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I suggest creating a branch Dev. There will be all these so-called hourly commits and there will be releases with each micro-update, and in Main, full versions will be summarized and posted.It is also advisable to remove unnecessary branches.Note: why from lazy because I am too lazy to build the application via Docker
Hmm, I'm not too keen on changing my workflow.
I don't know enough about how git works. If there were a
latest_release
tag that I updated with each release, and you had a checkout of that, would your working tree update when I updated the tag and you pulled? Would that work for you?If I understood you correctly, then I agree! As I understood, you want to release a version with each micro-update (commit)
OK, I added a
latest_release
tag, which I'll keep up with the monthly v0.0.27-style releases. I like this compromise.For me it's about things like active development happening up front and out in the open. You won't find that I've been off working in some branch you didn't realize existed, and definitely not in one on my laptop that I forgot to push. Plus I've gotten this far without having to diverge for very long on a feature branch, and I'd like to continue to avoid that. We can take this thing wherever we want with bite-size improvements ship of Theseus-style. If it gets too far from "working" it's hard to come back.</ramble>