1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-11 18:34:00 +02:00

Update "Empty Commits" (as in #149)

This commit is contained in:
Rafal Chmiel
2016-02-07 16:59:58 +00:00
parent a78ef158aa
commit de3f344421

View File

@@ -763,7 +763,7 @@ Some use-cases for this (that make sense), include:
- Annotating the start of a new bulk of work or a new feature. - 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. - Documenting when you make changes to the project that aren't code related.
- Communicating with people using your repository. - Communicating with people using your repository.
- 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`.
### Styled Git Status ### Styled Git Status
Running: Running: