Skip to content

Instantly share code, notes, and snippets.

@davehague
davehague / Add_Existing_Project_To_Git.md
Last active June 17, 2022 11:08 — forked from alexpchin/Add_Existing_Project_To_Git.md
Add Existing Project To Git Repo

Adding an existing project to GitHub using the command line

  1. Create a new repository on GitHub. In Terminal, change the current working directory to your local project.

  2. Initialize the local directory as a Git repository.

    git init