From eefd47cf24300ec5ac61899a1878a6d8627b3836 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 3 Jul 2024 13:11:46 +0000 Subject: [PATCH] markdown source builds Auto-generated via {sandpaper} Source : 6b470fd7aa140f626deeb7b9474df2231bd467ed Branch : main Author : Martino Sorbaro Time : 2024-07-03 13:10:49 +0000 Message : Merge pull request #980 from jdvorak001/patch-1 Stress the importance of `git status` (#685) --- 03-create.md | 3 +-- md5sum.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/03-create.md b/03-create.md index 73ee2fc994..3cf285bc4b 100644 --- a/03-create.md +++ b/03-create.md @@ -95,8 +95,7 @@ $ git checkout -b main Switched to a new branch 'main' ``` -We can check that everything is set up correctly -by asking Git to tell us the status of our project: +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 $ git status diff --git a/md5sum.txt b/md5sum.txt index d5f8aebdcb..c176ac4d42 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" "0c2c1076fc278fdc3ae71170aa73d8b5" "site/built/03-create.md" "2024-07-03" +"episodes/03-create.md" "168c21a6a4ecf78bd2cd88700f9da13b" "site/built/03-create.md" "2024-07-03" "episodes/04-changes.md" "57b35b367e731cf7f620cc0a3841f441" "site/built/04-changes.md" "2024-06-20" "episodes/05-history.md" "6b54b47be5244afc368d49e4f99dfbf1" "site/built/05-history.md" "2024-06-20" "episodes/06-ignore.md" "0683eb66e0a84b5297827704a1010c7b" "site/built/06-ignore.md" "2023-09-18"