#Adding an existing project to GitHub using the command line
Simple steps to add existing project to Github.
In Terminal, change the current working directory to your local project.
##2. Initialize the local directory as a Git repository.
git init
| /* | |
| SQL DDL scripts generated using | |
| dotnet ef database update | |
| for the IdentityServer4.Samples 6_AspNetIdentity quick start. This was run for | |
| commit 0a7400a2ade8c149b3feb08a05bf4423d19ac08c in that repository. It references | |
| - IdentityServer4.AspNetIdentity 2.0.0 including | |
| - Microsoft.AspNetCore.Identity (>= 2.0.1) |