git init

Add and commit your project files

git remote add origin <url>

Push your project to GitHub

if error:

git fetch

git merge origin/main --allow-unrelated-histories

git push origin main

mar 16 2024 ∞
may 27 2024 +