The solution is to wrap the folder name inside ‘ and ‘ (single quotes).
In your example, try the following:
git add 'Folder A'
I hope this helps 🙂
The solution is to wrap the folder name inside ‘ and ‘ (single quotes).
In your example, try the following:
git add 'Folder A'
I hope this helps 🙂