1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-09 01:16:37 +02:00

Adding example to Empty Commits

This commit is contained in:
Beau Smith
2014-04-22 10:42:39 -07:00
parent 8753d954b5
commit 51cb7100c5

View File

@@ -558,6 +558,7 @@ Some use-cases for this (that make sense), include:
- Annotating the start of a new bulk of work or a new feature.
- Documenting when you make changes to the project that aren't code related.
- Communicating with people using your repository.
- As the first commit of a repo as the first commit cannot be rebased later. `git commit -m "init repo" --allow-empty`
### Styled Git Status
Running: