From 7ff488f902a0e20d0e4b3d034b716075cda09da7 Mon Sep 17 00:00:00 2001 From: Andrei Solodovnikov Date: Mon, 15 Jan 2024 16:41:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BF=D1=80=D0=B5=D0=B7=D0=B5=D0=BD=D1=82?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D0=B9=20=D0=BB=D0=B5=D0=BA=D1=86=D0=B8=D0=B9?= =?UTF-8?q?=20=D0=B2=20=D0=B2=D0=B8=D0=B4=D0=B5=20=D1=81=D0=B0=D0=B1=D0=BC?= =?UTF-8?q?=D0=BE=D0=B4=D1=83=D0=BB=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 3 +++ Lectures/Presentations | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 Lectures/Presentations diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4914efc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Lectures/Presentations"] + path = Lectures/Presentations + url = git@github.com:MPSU/APS-lect-presentations.git diff --git a/Lectures/Presentations b/Lectures/Presentations new file mode 160000 index 0000000..2636b24 --- /dev/null +++ b/Lectures/Presentations @@ -0,0 +1 @@ +Subproject commit 2636b2496fb3e44ad310ae1ce67272224764da20