Cyfrin / foundry-full-course-cu

GNU General Public License v3.0
3.4k stars 831 forks source link

The files do not pushed to GitHub #1385

Closed Vodvalex closed 4 months ago

Vodvalex commented 7 months ago

Hi Everyone I have been following exactly the video how to push files up to GitHub.Unfortunately after the command : $ git push -u origin main and cheking the Code button and refresh there were no files in the repositiry.I have tryed twice with no avail.Is someone would be so kind to help me in pushing files up to gitHub.I use Gitpod . Please see the attached ! 20240206_222140 Thank you.

HemaDeviU commented 7 months ago

First,Can you ensure that you have files staged for commit. You can do this by running git status in your Gitpod terminal. and then try git add . git commit -m "commit message"

Bharath-Anbazhagan commented 5 months ago

Hi Buddy,

Is this Issue Solved? (or) still facing issues?

PatrickAlphaC commented 4 months ago

Going to close this, let us know if you're still having issues.