You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2023. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
If you add a project folder which is not a git repo but it contains folders which are git repos, git diff won't work.
You can get it to work by adding the git repos as project folders, but it should be above the main project folder.
Steps to Reproduce
Create the following tree:
|-- mainFolderWithoutGit
.....|-- someFolderWithGit
..........|-- .git