When I add the following line to my .bashrc:
source $(get_ros_command_bash)
the program git-cola stop working properly.
No matter what sub-command I type, git-cola will always print the help, as if I misspelled the command.
When I remove the above line, it starts normally.