Search posts, tags, users, and pages
richardev
Full-stack Developer
Gonna leave this here (pushing existing project to GH repo):
git init git add . git commit -m "Add existing project files to Git" git remote add origin https://github.com/<username>/<repo>.git git push -u -f origin main