From 3a2354a42f4442df0d2d21783b0abcc5e0a79605 Mon Sep 17 00:00:00 2001 From: "jason.zhu" Date: Tue, 23 Feb 2021 15:24:37 +1100 Subject: [PATCH] Added C# Fundamentals as submodule into repo --- .gitmodules | 3 +++ README.md | 3 +++ csharp-development-fundamentals/csharp-fundamentals | 1 + 3 files changed, 7 insertions(+) create mode 100644 .gitmodules create mode 160000 csharp-development-fundamentals/csharp-fundamentals diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d825785 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "csharp-development-fundamentals/csharp-fundamentals"] + path = csharp-development-fundamentals/csharp-fundamentals + url = ssh://git@lj918plus.dsmynas.com:2223/Jason/pluralsight-csharp-fundamentals.git diff --git a/README.md b/README.md index e69de29..4f9fd39 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +# PluralSight .NET Paths + +This repository contain codes/notes for learning .NET through different learning paths and courses. \ No newline at end of file diff --git a/csharp-development-fundamentals/csharp-fundamentals b/csharp-development-fundamentals/csharp-fundamentals new file mode 160000 index 0000000..5357ddd --- /dev/null +++ b/csharp-development-fundamentals/csharp-fundamentals @@ -0,0 +1 @@ +Subproject commit 5357ddd6177ce91242dfd5fbf5e5fb67d6e1ffa5