From de3f3444218169b582b6445b7c3752e0d1885c75 Mon Sep 17 00:00:00 2001 From: Rafal Chmiel Date: Sun, 7 Feb 2016 16:59:58 +0000 Subject: [PATCH] Update "Empty Commits" (as in #149) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ca5794..4e565fa 100644 --- a/README.md +++ b/README.md @@ -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. - Documenting when you make changes to the project that aren't code related. - 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 Running: