HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bvdw

no profile record

Submissions

Dflock: A CLI tool for stacked diffs using a branchless workflow

github.com
1 points·by bvdw·7개월 전·0 comments

comments

bvdw
·4개월 전·discuss
The first link contains a banner that perfectly illustrates the tragic moment we're in: "Due to non-renewed funding, several Sea Ice Today tools and services are now suspended or reduced."
bvdw
·7개월 전·discuss
I work in a small team, about five people.
bvdw
·7개월 전·discuss
Interesting, I'll be sure to check it out. It sounds pretty similar to the tool I built which lets you edit a "plan" in a text editor to assign commits to feature branches - the plan is saved so it can be amended continuously.
bvdw
·7개월 전·discuss
I've settled on a workflow that reverses the situation. I simply commit all my work to the main branch and cherry pick commits into temporary feature branches only when submitting PRs.

This way I only need to worry about maintaining a single consistent lineage of commits. I've been using this workflow for about a year now and find it to be much easier than juggling and rebasing feature branches.

In case anyone's interested, I made a tool that automates this workflow. The worfklow and tool are described here: https://github.com/bjvanderweij/dflock/