Skip to content

Instantly share code, notes, and snippets.

View UtkarshChemE's full-sized avatar

Utkarsh Shah UtkarshChemE

  • The Ohio State University
  • Columbus, Ohio
View GitHub Profile

#Adding an existing project to GitHub using the command line

Simple steps to add existing project to Github.

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