June 2022
Monthly Archive
Monthly Archive
Posted by Jim DeLaHunt on 30 Jun 2022 | Tagged as: robobait, software engineering, technical support
A while ago, I was working on a software development project which kept several version branches active in its source code repository. Their team checked in changes rapidly, as I puttered away on my part of the code. I was swamped by the effort of pulling their changes, branch by branch. So I found one way to make it easier: the git worktree feature. I set up another way: the “big sister” repository. Let me describe them to you. Maybe it will help you with your projects.
Continue Reading »