From aaaa53ec8a9701113484ad856857d31937abbb9f Mon Sep 17 00:00:00 2001 From: arc Date: Tue, 15 Nov 2022 00:03:45 +0000 Subject: [PATCH] fixing typo --- The basics of Git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"