Scenario:
I need to work on a repo that has a submodule that is not necessary for me (in fact it causes error warnings and problems if I want to use GUIs like SourceTree because of access restrictions, etc.).
Question:
Is there a way to ignore submodules when cloning a remote repo?
Bonus:
I really want to know if this is possible with SourceTree?
Thanks!