Quantcast
Channel: Active questions tagged config - Stack Overflow
Viewing all articles
Browse latest Browse all 5049

How do I catch all directories and sub folders within a FAT32 usb drive in git config? [duplicate]

$
0
0

So my current git config is this because the USB drive (E:) is formatted as FAT32, for various reasons I do not wish to format it under NTFS

[user]name = REDACTEDemail = REDACTED[safe]directory = E:/pythoncodedirectory = E:/

As you can see I tried to add E:/ thinking it would do a catch-all, but when I add a new directory within E:/pythoncode e.g. E:/pythoncode/myproject and I will have to add this directory and future directories all the time to git-config.

Is there any way to do a drive catch-all for E:/ drive in git-config overall?

This is on Windows 10 Home by the way. There is no security option tab on FAT32 drives in Windows 10 to change the permissions at a higher level so the git-config is an override to that effect.


Viewing all articles
Browse latest Browse all 5049

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>