Arc Forum
new
|
comments
|
leaders
|
submit
login
1 point
by
shader
5650 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
5650 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.
-----