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
We get a Could not access error if we try to see the diff of changes for an untracked directory. The fix is to add the -u flag when calling git status.
isc-svelury
changed the title
Diff does not work with untracked directories in the Staging Area of the Workspace
Diff does not work with directories in the Staging Area of the Workspace
Mar 31, 2022
isc-svelury
changed the title
Diff does not work with directories in the Staging Area of the Workspace
Diff does not work with untracked directories in the Staging Area of the Workspace
Mar 31, 2022
We get a
Could not access
error if we try to see the diff of changes for an untracked directory. The fix is to add the-u
flag when callinggit status
.See this screenshot from #130.
The text was updated successfully, but these errors were encountered: