Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Mahendran-Balaji/5348ea6fe94868d9e1df9c832f234560 to your computer and use it in GitHub Desktop.
Save Mahendran-Balaji/5348ea6fe94868d9e1df9c832f234560 to your computer and use it in GitHub Desktop.
Push existing project to GitHub
git init
git add .
git commit -m "Add existing project files to Git"
git remote add origin https://github.com/mahendran-balaji/example-website.git
git push -u -f origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment