Why Certain Untracked Folders Are Not Stashed with git stash -u?

Good day everyone, please I used git stash -u to stash changes. While some untracked files were stashed, my supervye folder remains untracked. Interestingly, other files copied from the same location were stashed successfully. My .gitignore doesn't explicitly ignore this folder. Is this behavior expected for untracked folders with git stash -u? Or could there be another reason the folder isn't being stashed? @Middleware & OS
4 Replies
Marvee Amasi
Marvee Amasi4w ago
@Sterling git stash -u should normally stash untracked files , But funny enough git might be ignoring hidden files by default. Check if supervye starts with a dot (.) . If so, you can try git stash -u --include-untracked so you can clearly include your untracked files
Sterling
Sterling4w ago
I don't think that's the problem, and my supervye folder contain so much of files
Marvee Amasi
Marvee Amasi4w ago
@Sterling ohh then maybe that's why it is untracked . The thing here is that if a folder is exceptionally large, Git might be skipping it cus of a hidden size limit. Just try
git config stash.largeFiles true
git config stash.largeFiles true
to disable this limit just temporary and restash again.
Sterling
Sterling4w ago
Okayy
Want results from more Discord servers?
Add your server
More Posts
how do I use AWS IoT Core to send telemetry data from an edge device@Middleware & OS Hey guys how do I use AWS IoT Core to send telemetry data from an edge device usinEnsuring Synchronization and Reliability of Custom Device Logs with AWS IoT CloudHey guys @IoT Cloud I need to ensure custom device logs, like ambient temperature data sent every 3 Looking for some help with getting Clock output on MCO1 (PA8) from LSELooking for some help with getting Clock output on MCO1 (PA8) from LSE here's a snippet of what I amconfigure an LVDS screen with 800x480 resolution (WVGA) on embedded Linux 3.14.52.@Middleware & OS Hey guys, I'm trying to configure an LVDS screen with 800x480 resolution (WVGA) onany other techniques you recommend to achieve a balance in my library design for I2C, SPI, and GPIOHi Everyone @Middleware & OS I'm developing a device library for various I2C, SPI, and GPIO sensors What is wrong with my code ?Hi everyone @Middleware & OS , please what is wrong with my code ? ```void SensorActions(void *parDoes anyone have experience with directly mapping FPGA memory to the microcontroller's memory space@Middleware & OS I'm redesigning an FPGA for faster SPI communication. The current design utilizes function to swap each 4 bytes of the ramteam, i have this function to swap each 4 bytes of the ram, void swapBytes(uint8_t *array, size_t leinterested in learning about constraint gaugesHi @aymen ammari , I'd be interested in learning about constraint gauges and how they might be I wish I want to the Embedded software project using AII wish I want to the Embedded software project using AI