i made a clean installation of visual studio code. Why do i get those warnings about Git 99+ warnings. How should i fix this ?
Just run the rm command with the -f and -r switch to recursively remove the . git folder and all of the files and folders it contains.
The . git folder contains all information that is necessary for the project and all information relating commits, remote repository address, etc. It also contains a log that stores the commit history. This log can help you to roll back to the desired version of the code.
Those are Atom IDE generated files.
Add this to the .gitignore
file:
.atom/
If the file not exists, create one in the root of the repository
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With