I created a new repo and ran the following commands:
git add folder
git commit -m 'commit'
git remote add origin 'https://github.com/User/newrepo.git
git push origin master
However, when I checked the files on github, somehow other files appeared together with 'folder'. I may have forked those files or pulled them from someone else's github account previously. What is the problem here? How do I resolve this?