From e5adeba3ac30598aba8bac5aa6bb603b29ec70c8 Mon Sep 17 00:00:00 2001 From: alanz Date: Tue, 31 Jan 2017 11:33:32 +0000 Subject: [PATCH] Otherwise the USB remote cannot sync --- doc/walkthrough/creating_a_repository.mdwn | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/walkthrough/creating_a_repository.mdwn b/doc/walkthrough/creating_a_repository.mdwn index b5b3ab4078..23c5024246 100644 --- a/doc/walkthrough/creating_a_repository.mdwn +++ b/doc/walkthrough/creating_a_repository.mdwn @@ -4,3 +4,4 @@ This is very straightforward. # cd ~/annex # git init # git annex init + # git config receive.denyNonFastForwards false -- 2.30.2