I have to you use git for a university project. Unfortunately I had no previous experience with it and I think I kinda messed things up.
As far as I understand:
git status
lists all files that are different from what I committed and also all untracked files, that are not tracked, whatever this means.
I want to change a branch, but git wants me to delete/move a file called .DS_Store, I saw that this file is listed in my untracked files.
I've seen in other questions that there are numerous ways to delete untracked files. Unfortunately about every folder on my hard drive seems to be listed in those untracked files what seems very wrong to me.
Please explain me in a nutshell what untracked files are and more importantly if there is a way that git forgets about them. Such I'd could start from scratch.