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 a657ee1 commit c492824Copy full SHA for c492824
README.md
@@ -427,6 +427,12 @@ Commits can be pushed with no code changes by adding `--allow-empty`:
427
$ git commit -m "Big-ass commit" --allow-empty
428
```
429
430
+Some use-cases for this (that make sense), include:
431
+
432
+ - Annotating the start of a new bulk of work or a new feature.
433
+ - Documenting when you make changes to the project that aren't code related.
434
+ - Communicating with people using your repository.
435
436
### Styled Git Status
437
Running:
438
0 commit comments