GIT improvements
Hey,
is it possible to improve the implementation of git? i dont want the devel or build dir in my git repo. please insert a option to set the git repo dir for the ros workspace.
thx in advance
Just edit your .gitignore file accordingly ..? That's not the problem with the Git implementation.
What is a problem though, is that very often the individual packages within a ROS workspace are individual git repositories. In this case, the git view needs to jump to the git status of the repository of the file currently opened.
The usage of Git in RoboWare should really be improved. It is not possible to have packages in the src folder which are gits themselves. They are not recognized. Furthermore, I don't think that it is the usual approach to have a Git of your workspace, but rather several Gits of your code. I tried VS Code with the ROS extension and there it is possible to specify multiple Gits and manage them nicely. Still Roboware has more ROS related features, but the missing Git support is really a downside.
Why is it so hard to find the git Repos as it works in VSCode?