I am using SourceTree for a while now (almost 3 years) on OSX (now macOS).
Our code is hosted on Github, and one of our repositories uses a submodule (e.g: references another repository).
We are experiencing occasional problems with this - once in a while SourceTree will fail to pull / push changes from the submodule. I was wondering whether anyone else is having issues with submodules as well ?
Are you sure that is the latest? i am on a MAC, latest version is 2.5.1 (105).
Once in a while we'll get submodule issues, pretty annoying.
I see a different issue with Submodules. After running git submodule add (from the command line, the "File Status" window in SourceTree shows the .gitmodules file AND the related folder as both "Pending" (with a green +) and "Clean" (yellow ellipsis) simultaneously.
Could these be related to submodule branch tracking? (https://community.atlassian.com/t5/SourceTree-questions/Submodule-branch-tracking-in-the-SourceTree/qaq-p/601735). When no submodule branch is checked out which is the default state of teh SourceTree all the wierd things happen. Looks like a bug to me...