fixing typo

This commit is contained in:
arc 2022-11-15 00:03:45 +00:00
parent 8e1ad72bce
commit aaaa53ec8a

View File

@ -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"