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.
1 parent d07dd00 commit 691b338Copy full SHA for 691b338
README.md
@@ -598,6 +598,10 @@ git commit --fixup <SHA-1>
598
```sh
599
git rebase -i --autosquash
600
```
601
+## skip staging during commit
602
+```sh
603
+git commit -a -m 'commit message'
604
+```
605
606
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
607
<!-- @doxie.inject end -->
tips.json
@@ -263,4 +263,7 @@
263
}, {
264
"title": "squash fixup commits normal commits.",
265
"tip": "git rebase -i --autosquash"
266
+}, {
267
+ "title": "skip staging area during commit",
268
+ "tip": "git commit -a -m 'commit message'"
269
}]
0 commit comments