summaryrefslogtreecommitdiff
path: root/doc/walkthrough/creating_a_repository.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-02-13 16:02:53 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-02-13 16:02:53 -0400
commit77c58ae75400ad7caa1c8aeca70501d120f6e87a (patch)
tree7fd029a31b4d52841202d202019f8f93cad681a1 /doc/walkthrough/creating_a_repository.mdwn
parent6cba608c2b05c2b33f22b264d78a83e9a06ca402 (diff)
remove recent addition of receive.denyNonFastForwards to walkthrough
That is a dangerous setting, and not needed. I tried the walkthrough as it was without it, and syncing in the USB remote worked ok. There was a problem merging from origin/master, since that branch didn't exist yet, but that didn't prevent sync from working at all. To avoid even that problem, reordered the walkthrough, so files get committed to the repo before the remote gets set up. This commit was sponsored by Ole-Morten Duesund on Patreon.
Diffstat (limited to 'doc/walkthrough/creating_a_repository.mdwn')
-rw-r--r--doc/walkthrough/creating_a_repository.mdwn1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/walkthrough/creating_a_repository.mdwn b/doc/walkthrough/creating_a_repository.mdwn
index c5e389d33..b5b3ab407 100644
--- a/doc/walkthrough/creating_a_repository.mdwn
+++ b/doc/walkthrough/creating_a_repository.mdwn
@@ -4,4 +4,3 @@ This is very straightforward.
# cd ~/annex
# git init
# git annex init
- # git config receive.denyNonFastForwards false