Skip to content

Commit

Permalink
Remove spurious whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
martinosorb authored Oct 8, 2024
1 parent 08bd8b9 commit 10617fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion episodes/03-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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.


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
Expand Down

0 comments on commit 10617fb

Please sign in to comment.