From e1710d086af0f6304579e6baf76fa5eb5c442f04 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 10 Aug 2024 15:00:36 +0000 Subject: [PATCH] markdown source builds Auto-generated via {sandpaper} Source : 4bc98105b1394fbb35835cfb8782aa470d0dc428 Branch : main Author : Martino Sorbaro Time : 2024-08-10 14:59:54 +0000 Message : Merge pull request #1011 from astroDimitrios/remove-03-branch Remove checkout branch main section in episode 3 --- 03-create.md | 13 ------------- md5sum.txt | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/03-create.md b/03-create.md index 3cf285bc4b..3451c20061 100644 --- a/03-create.md +++ b/03-create.md @@ -82,19 +82,6 @@ including the tracked files and sub-directories located within the project's dir If we ever delete the `.git` subdirectory, we will lose the project's history. -Next, we will change the default branch to be called `main`. -This might be the default branch depending on your settings and version -of git. -See the [setup episode](02-setup.md#default-git-branch-naming) for more information on this change. - -```bash -$ git checkout -b main -``` - -```output -Switched to a new branch 'main' -``` - We can now start using one of the most important git commands, which is particularly helpful to beginners. `git status` tells us the status of our project, and better, a list of changes in the project and options on what to do with those changes. We can use it as often as we want, whenever we want to understand what is going on. ```bash diff --git a/md5sum.txt b/md5sum.txt index 14ed618b58..9daa05a4ba 100644 --- a/md5sum.txt +++ b/md5sum.txt @@ -5,7 +5,7 @@ "index.md" "9944fa80d27d4d21044683f3efaca6eb" "site/built/index.md" "2023-11-20" "episodes/01-basics.md" "78184e84f5bf3b0dd88de3918e927591" "site/built/01-basics.md" "2024-06-20" "episodes/02-setup.md" "5abb7879c09c68c0dbcdec08705ee755" "site/built/02-setup.md" "2024-05-28" -"episodes/03-create.md" "168c21a6a4ecf78bd2cd88700f9da13b" "site/built/03-create.md" "2024-07-03" +"episodes/03-create.md" "9f607d02112d9f23912c129b681a1713" "site/built/03-create.md" "2024-08-10" "episodes/04-changes.md" "57b35b367e731cf7f620cc0a3841f441" "site/built/04-changes.md" "2024-06-20" "episodes/05-history.md" "aa7792fc6d43013e729bf454288ffb03" "site/built/05-history.md" "2024-07-18" "episodes/06-ignore.md" "0683eb66e0a84b5297827704a1010c7b" "site/built/06-ignore.md" "2023-09-18"