Support
                                
                                 Support copied to clipboard
                                
                                    Support copied to clipboard
                            
                            
                            
                        Git submodule support
Add submodule support to GitFiend
Thanks @victorhugoof. I definitely want to add much better support for this in the future.
In the meantime in case anyone reading this doesn't know: To use submodules right now, just open the submodule like you would any other Git repo in GitFiend.
Vscode with the gitlens has really great submodule support. If you are looking for something to model off of, please start there! GitHub desktop has the lacking submodule support.
Thanks @victorhugoof. I definitely want to add much better support for this in the future.
In the meantime in case anyone reading this doesn't know: To use submodules right now, just open the submodule like you would any other Git repo in GitFiend.
Just tried to do this and it doesn't recognize the submodule as a git repo. Not sure why, but yeah I would love to see support for this. It would completely help me transition away from GitKraken which now behind a paywall for private repos.
@smandes86 GitFiend checks for a .git folder in the folder you open. Are you sure you got the correct folder? It can easy to get this wrong on the first try, unfortunately.
Just tried to do this and it doesn't recognize the submodule as a git repo. Not sure why, but yeah I would love to see support for this. It would completely help me transition away from GitKraken which now behind a paywall for private repos.
I'm running into the same issue. Seems to happen because the submodule does not contain a .git folder but a .git file that points to the .git folder of the parent repository in the form of gitdir: ../.git/modules/my-submodule
@mroettgen Oh thanks for the explanation, that makes sense. I will see if I can fix this soon.
Unfortunately it fails with error message. The reason must be as described above.

I believe this is fixed because it works in my setup with 12 submodules as well as top level repository. Thank you so much!