The command prompt currently has 1 very slow action.
When checking for unstaged files that have never been tracked in the git repo, it has to ask the OS for a list of files from each directory.
We could potentially not have that step. Or we could get the results async (apparently not available in bash).
Evaluate a few different options.
The command prompt currently has 1 very slow action.
When checking for unstaged files that have never been tracked in the git repo, it has to ask the OS for a list of files from each directory.
We could potentially not have that step. Or we could get the results async (apparently not available in bash).
Evaluate a few different options.