Hey so I pushed a new folder to my GitHub repository and well it is greyed out. Why?
I\'m new to git and have probably done something to git to cause this so how can i s
it looks like you have initialised git inside this folder. To fix change directory into this folder and delete .git then add commit and push again.
.git
add
commit
push