I'm new to Git, so:
On my SSD drive I create a folder 'Repo' with two subfolders 'Master_1' and 'Master_2' and two files 'master_1.txt' and 'master_2.txt'
I go to that folder and execute git init
However, when I execute git status, I expect to see
Master_1/
Master_2/
master_1.txt
master_2.txt
but what I see in fact is
Why does it show .DS_Store and where are my two folders? I'm using Mac OS.