diff --git a/The basics of Git.md b/The basics of Git.md index cf74653..ae13732 100644 --- a/The basics of Git.md +++ b/The basics of Git.md @@ -7,7 +7,7 @@ - This makes all files and folders in the current repository(can also be more precise by replacing `.` with specific files) tracked. - `git commit -am "The Epoch" + `git commit -am "The Epoch"` - Syntax breakdown: - `-a` All, commit all changes - `-m` Have a message, takes a string argument, in this example, "The Epoch"