diff --git a/src/day_3/notes.md b/src/day_3/notes.md index 805fc35..2a0586a 100644 --- a/src/day_3/notes.md +++ b/src/day_3/notes.md @@ -16,15 +16,15 @@ This command stages one or more files for the next commit, adding them to everyt Examples are: -~~ +```bash git add "example.txt" -~~ +``` or -~~ +```bash git add --all -~~ +``` if you want to stage all changes.