Arc Forumnew | comments | leaders | submitlogin
1 point by shader 5413 days ago | link | parent

I would think that Git's concept of branches might be more useful for separate libraries than individual commits, but I could be wrong.


1 point by CatDancer 5413 days ago | link

Branches are useful for developing libraries and for following along library development. It was a pain trying to pull in different libraries from different repositories by referencing them by branch name, at least the way I was doing it.

-----