git experts, I have a dumb noob question:
So with sideus I’ve been making branches for each build (I want to link to each one separately). I tried to make one branch and commit these multiple changes sequentially too it, I guess I would link to the commits, but I would have to cherry pick an older master to not run into merge issues. Since it’s evolving with the master and not a full fork, are the multiple branches ok or should I be doing something different, like try to make one branch with commits moving forward? 