So, in a workbench, I have created a project within a folder that is my git repository. Now, I want to pull the current changes. However, I cannot, because apparently I have unstaged changes in my local repository. The project that I have created has nothing in it. I don't want to upload it to the git repository, because one of my teammates has finished this part of the project already and uploaded it to the git. How can I delete these unstaged changes ?
This is the message that I get after git pull
git status
On branch master
Your branch is behind 'origin/master' by 10 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
Untracked files:
(use "git add <file>..." to include in what will be committed)
Software Sourcecode/Node/Projects/Multi/Applications/LoRa/End_Node/SW4ST M32/B-L072Z-LRWAN1/mlm32l07x01/Debug/mlm32l07x01.bin
Software Sourcecode/Node/Projects/Multi/Applications/LoRa/End_Node/SW4ST M32/B-L072Z-LRWAN1/mlm32l07x01/Debug/mlm32l07x01.elf
Software Sourcecode/Node/Projects/Multi/Applications/LoRa/End_Node/SW4ST M32/B-L072Z-LRWAN1/mlm32l07x01/Debug/output.map
Software Sourcecode/Node/Projects/Multi/Applications/LoRa/End_Node/SW4ST M32/B-L072Z-LRWAN1/mlm32l07x01/MT5803_Pressure_Temperature
Software Sourcecode/Node/Projects/Multi/Applications/LoRa/End_Node/SW4ST M32/B-L072Z-LRWAN1/mlm32l07x01/Projects/
Software Sourcecode/Node/Projects/Multi/Applications/LoRa/End_Node/SW4ST M32/B-L072Z-LRWAN1/mlm32l07x01/mlm32l07x01 Debug.cfg
nothing added to commit but untracked files present (use "git add" to track)