fixing typo
This commit is contained in:
parent
8e1ad72bce
commit
aaaa53ec8a
@ -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.
|
- 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:
|
- Syntax breakdown:
|
||||||
- `-a` All, commit all changes
|
- `-a` All, commit all changes
|
||||||
- `-m` Have a message, takes a string argument, in this example, "The Epoch"
|
- `-m` Have a message, takes a string argument, in this example, "The Epoch"
|
||||||
|
Loading…
Reference in New Issue
Block a user