From 51cb7100c56ce4b2578a69ca230251b330b88cc2 Mon Sep 17 00:00:00 2001 From: Beau Smith Date: Tue, 22 Apr 2014 10:42:39 -0700 Subject: [PATCH] Adding example to Empty Commits --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5debf97..83f3e3b 100644 --- a/README.md +++ b/README.md @@ -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: