Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Introduction to using git and GitHub. Will lead you through your first fork, clo
`README.md` should now be in green text.
1. Commit the change with some meaningful description:
```
git commit -m "SOME MEANINGFUL DESCRIPTION"
git commit -m "SOME MEANINGFUL DESCRIPTION - describes what changes you made"
```
> Make sure your description is in quotation marks. It should be a short phrase like "Added haiku to README." For now, do not use special characters like an exclamation mark. This can confuse your terminal.

Expand Down