leggedrobotics / ros_best_practices

Best practices, conventions, and tricks for ROS
https://rsl.ethz.ch/education-students/lectures/ros.html
BSD 3-Clause "New" or "Revised" License
1.49k stars 413 forks source link

best practices for git #18

Closed kossumov closed 5 years ago

kossumov commented 5 years ago

Hi. What are the best practices for organizing git repositories?

Should the src/ folder be a git repository? Or should I make each package a separate repository?

marco-tranzatto commented 5 years ago

Hi, I suggest you read this post.

Regards, Marco.

kossumov commented 5 years ago

Thanks, I think it would be great to add it here. At least a link