Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : 6b470fd
Branch  : main
Author  : Martino Sorbaro <martinosorb@users.noreply.github.com>
Time    : 2024-07-03 13:10:49 +0000
Message : Merge pull request #980 from jdvorak001/patch-1

Stress the importance of `git status` (#685)
  • Loading branch information
actions-user committed Jul 3, 2024
1 parent 4ce6c8a commit eefd47c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions 03-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit eefd47c

Please sign in to comment.