Skip to content

Instantly share code, notes, and snippets.

@brockallen
Last active September 5, 2016 22:41
Show Gist options
  • Save brockallen/41bee0197c768ac05bb925c0f3268e20 to your computer and use it in GitHub Desktop.
Save brockallen/41bee0197c768ac05bb925c0f3268e20 to your computer and use it in GitHub Desktop.
script to restore identity github repos
md identity
cd identity
md server3
cd server3
git clone -b dev https://github.com/IdentityServer/IdentityServer3.git IdentityServer3
git clone -b dev https://github.com/IdentityServer/IdentityServer3.AccessTokenValidation.git AccessTokenValidation
git clone -b dev https://github.com/IdentityServer/IdentityServer3.Samples.git Samples
git clone -b dev https://github.com/IdentityServer/IdentityServer3.EntityFramework.git EntityFramework
git clone -b dev https://github.com/IdentityServer/IdentityServer3.EntityFramework.Cli.git EntityFramework.Cli
git clone -b dev https://github.com/IdentityServer/IdentityServer3.AspNetIdentity.git AspNetIdentity
git clone -b dev https://github.com/IdentityServer/IdentityServer3.MembershipReboot.git MembershipReboot
git clone -b dev https://github.com/IdentityServer/IdentityServer3.WsFederation.git WsFederation
git clone -b master https://github.com/IdentityServer/Documentation.git Docs
git clone -b dev https://github.com/IdentityServer/WindowsAuthentication.git WindowsAuthentication
cd ..
md server3admin
cd server3admin
git clone -b master https://github.com/IdentityServer/IdentityServer3.Admin.git Admin
git clone -b master https://github.com/IdentityServer/IdentityServer3.Admin.EntityFramework.git EntityFramework
cd ..
md server4
cd server4
git clone -b dev https://github.com/IdentityServer/IdentityServer4.git IdentityServer4
git clone -b dev https://github.com/IdentityServer/IdentityServer4.Samples.git Samples
git clone -b dev https://github.com/IdentityServer/IdentityServer4.AccessTokenValidation.git AccessTokenValidation
git clone -b dev https://github.com/IdentityServer/IdentityServer4.AspNetIdentity.git AspNetIdentity
git clone -b dev https://github.com/IdentityServer/IdentityServer4.EntityFramework.git EntityFramework
git clone -b dev https://github.com/IdentityServer/IdentityServer4.Quickstart.UI.git Quickstart.UI
git clone https://github.com/IdentityServer/identityserver.io.git identityserver.io
cd ..
md model
cd model
git clone -b dev https://github.com/IdentityModel/IdentityModel.git IdentityModel
git clone -b dev https://github.com/IdentityModel/IdentityModelv2.git IdentityModelv2
git clone -b dev https://github.com/IdentityModel/IdentityModel.AspNetCore.OAuth2Introspection.git AspNetCore.OAuth2Introspection
git clone -b dev https://github.com/IdentityModel/IdentityModel.AspNetCore.ScopeValidation.git AspNetCore.ScopeValidation
git clone -b dev https://github.com/IdentityModel/IdentityModel.OidcClient OidcClient
git clone -b master https://github.com/IdentityModel/IdentityModel.OidcClient.Samples OidcClient.Samples
git clone -b dev https://github.com/IdentityModel/oidc-client-js.git oidc-client-js
git clone -b dev https://github.com/IdentityModel/IdentityModel.Owin.PopAuthentication.git Owin.PopAuthentication
git clone -b dev https://github.com/IdentityModel/IdentityModel.HttpSigning.git HttpSigning
cd ..
md IdentityManager
cd IdentityManager
git clone -b dev https://github.com/IdentityManager/IdentityManager.git IdentityManager
git clone -b dev https://github.com/IdentityManager/IdentityManager.AspNetIdentity.git AspNetIdentity
git clone -b dev https://github.com/IdentityManager/IdentityManager.MembershipReboot.git MembershipReboot
cd ..
md mr
cd mr
git clone -b dev https://github.com/brockallen/BrockAllen.MembershipReboot.git MembershipReboot
git clone -b master https://github.com/brockallen/BrockAllen.IdentityReboot.git IdentityReboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment