Skip to content

Commit

Permalink
Improve formulations introducing git status
Browse files Browse the repository at this point in the history
Changed as per review.

Co-authored-by: 
Martino Sorbaro <martinosorb@users.noreply.github.com>
  • Loading branch information
jdvorak001 authored Jul 3, 2024
1 parent a92324f commit bf0b13c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions episodes/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'
```

And now we will use what I think is the most important Git command: `git status` reports on the status of our project.
It 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 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

0 comments on commit bf0b13c

Please sign in to comment.