You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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...