I have already created a git repo to upload my current project files and folder, But it I'am not able to upload new files over. Though I do not get any errors or warnings, but whenever I refresh my git repo it shows no changes.
when on- git push -u origin master Everything up-to-date Branch 'master' set up to track remote branch 'master' from 'origin'.
after refreshing the git page everything is same. Basically I just want to add my node files and folders (contains js and json files). my repo -> https://github.com/Vishal-Kank/DevConnector
git add .- adds all files,git commit -m "my commit message"