From a0f62e582a445ccfc46b8e0bbdd3c6097560b78b Mon Sep 17 00:00:00 2001 From: Seth Woodworth Date: Wed, 30 Dec 2015 12:35:17 -0500 Subject: [PATCH] Expands description of --bare git-init option --- pages/common/git-init.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/git-init.md b/pages/common/git-init.md index 7c3c12b97..49214d041 100644 --- a/pages/common/git-init.md +++ b/pages/common/git-init.md @@ -6,6 +6,6 @@ `git init` -- Initialize a barebones repository +- Initialize a barebones repository, suitable for use as a remote over ssh `git init --bare`