How to Push an Existing Project to Github
May 12, 2023 —
Conrad Maaijen
From your terminal, run the following commands after navigating to the folder you would like to add.
Initialize the Git Repo
Make sure you are in the root directory of the project you want to push to GitHub and run: Note: If you already have an initialized Git repository, you can skip this command.