Can a single git repository release multiple ROS stacks?
I am setting up a repository which will contain several ROS stacks. I want rosinstall
and ros_release
to manage each stack separately. I know how to do it with svn
, but git
seems to force the whole repository to be managed as a unit.
Is there a way to use
git
that meets these requirements?Do I need a separate
git
repository for each stack?