When you created the repository on GitHub you selected initializes remotely containing a README.md file. The next step would be to run git clone github.com/username/repo.git in your terminal. At this point you have a local copy on the GitHub repository, so you would then move in your project files. Run git add * then git commit -m ‘first commit’ then git push origin master. Your changes should now be visible on GitHub.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Hosted Netflify project is not updating despite pushing new commits to the GitHub repo | 11 | 646 | March 14, 2023 | |
| Site not updating with Github build | 1 | 1177 | August 21, 2021 | |
| Website not updating from Github pages | 3 | 1619 | July 4, 2022 | |
| Vue code commits to Github are being picked up by Netlify. All green, but the app is not changing | 8 | 252 | August 5, 2023 | |
| Site deploys but won't update | 6 | 545 | May 29, 2021 |