8000
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 a78ef15 commit de3f344Copy full SHA for de3f344
README.md
@@ -763,7 +763,7 @@ Some use-cases for this (that make sense), include:
763
- Annotating the start of a new bulk of work or a new feature.
764
- Documenting when you make changes to the project that aren't code related.
765
- Communicating with people using your repository.
766
- - The first commit of a repo, as the first commit cannot be rebased later: `git commit -m "init repo" --allow-empty`.
+ - The first commit of a repository: `git commit -m "Initial commit" --allow-empty`.
767
768
### Styled Git Status
769
Running:
0 commit comments