From b414558a073b697195af8ec7217f3387a3416279 Mon Sep 17 00:00:00 2001 From: Michael Kowalczyk Date: Fri, 18 Oct 2024 08:58:49 -0400 Subject: [PATCH] Day 30 --- Labs/02/index.html | 68 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 Labs/02/index.html diff --git a/Labs/02/index.html b/Labs/02/index.html new file mode 100644 index 0000000..3d11820 --- /dev/null +++ b/Labs/02/index.html @@ -0,0 +1,68 @@ + + + + + + + + Lab 2: Working with Git + + + + + +
+

Lab 2: Working with Git

+

In this lab you get a better understanding of how Git works.

+ +

Git tutorial

+

+ Open up this interactive Git tutorial and do the 4 lessons under "Introduction Sequence", as well as the 8 lessons under the "Remotes" tab: "Push & Pull -- Git Remotes!" +

+

Tips

+ +

Commands

+

Here are the commands that are relevant for this tutorial:

+ + +
+ +

When you are done, show that you have completed the tutorials to get credit.

+ +
+
+ + + + + \ No newline at end of file