I tried to add a new folder to my github using "git add *", "git commit -m "something", and then "git push".
This is a screenshot of my GitHub repo, where I have added "angular2-webpack-starter
", but it is not even a folder.
I tried to do commands above again, and it shows
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
What does that file (angular2-webpack-starter
) icon mean?
How can I add that folder to my GitHub repository?