We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 699b36e + 6f732ee commit 3b398f8Copy full SHA for 3b398f8
README.md
@@ -685,7 +685,7 @@ git rebase -i --autosquash
685
686
## skip staging area during commit.
687
```sh
688
-git commit -am <commit message>
+git commit --only <file_path>
689
```
690
691
## List ignored files.
tips.json
@@ -281,7 +281,7 @@
281
"tip": "git rebase -i --autosquash"
282
}, {
283
"title": "skip staging area during commit.",
284
- "tip": "git commit -am <commit message>"
+ "tip": "git commit --only <file_path>"
285
286
"title": "List ignored files.",
287
"tip": "git check-ignore *"
0 commit comments