From 27245af6a9a61246aecdf5787d0eedb89db521b7 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Fri, 16 Mar 2018 14:15:18 -0400 Subject: [PATCH] Fix the minimum required git version for GH Pages flow Fixes https://github.com/gohugoio/hugoDocs/issues/171. There was a bug with "git worktree add -B" which was discussed here: http://git.661346.n2.nabble.com/git-worktree-fails-to-recreate-existing-branch-even-with-B-td7647562.html, and then fixed in https://github.com/git/git/commit/0ebf4a2af3b72847327e977c5710fd123926570e. That bug fix got first released in git v2.8. --- content/hosting-and-deployment/hosting-on-github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hosting-and-deployment/hosting-on-github.md b/content/hosting-and-deployment/hosting-on-github.md index fc874f892..37b82ab2b 100644 --- a/content/hosting-and-deployment/hosting-on-github.md +++ b/content/hosting-and-deployment/hosting-on-github.md @@ -23,7 +23,7 @@ GitHub provides free and fast static hosting over SSL for personal, organization ## Assumptions -1. You have Git 2.5 or greater [installed on your machine][installgit]. +1. You have Git 2.8 or greater [installed on your machine][installgit]. 2. You have a GitHub account. [Signing up][ghsignup] for GitHub is free. 3. You have a ready-to-publish Hugo website or have at least completed the [Quick Start][].