ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Most software developers use version control software to store all of their source code, which makes it easy to keep the source code synchronized between multiple computers and multiple users.

If you have a particular version control software that you're familiar with, try to use that.

If you're new to software development and version control, I recommend learning about git (version control software) and https://github.com (free hosting for git repositories).