We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a482f5 commit 34e8dcfCopy full SHA for 34e8dcf
1 file changed
git-command.md
@@ -9,7 +9,7 @@ To add new files to the repository or add changed files to staged area:
9
To commit them:
10
11
```github
12
-$ git commit
+$ git commit -m "description"
13
```
14
15
To commit unstaged but changed files:
0 commit comments