Skip to content

Instantly share code, notes, and snippets.

View iYazee6's full-sized avatar
๐Ÿ˜„
New Beginning ุจุณู… ุงู„ู„ู‡

Yazeed AlWaheaid iYazee6

๐Ÿ˜„
New Beginning ุจุณู… ุงู„ู„ู‡
View GitHub Profile
@alexpchin
alexpchin / Add_Existing_Project_To_Git.md
Created June 1, 2014 20:14
Add Existing Project To Git Repo

#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
@jeroenheijmans
jeroenheijmans / AspNetIdentity-SQL-Scripts.sql
Created January 17, 2018 22:33
SQL DDL scripts for [IdentityServer4 + AspNetIdentity] setup
/*
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)