diff options
-rw-r--r-- | doc/walkthrough/creating_a_repository.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/walkthrough/creating_a_repository.mdwn b/doc/walkthrough/creating_a_repository.mdwn index 23c502424..c5e389d33 100644 --- a/doc/walkthrough/creating_a_repository.mdwn +++ b/doc/walkthrough/creating_a_repository.mdwn @@ -4,4 +4,4 @@ This is very straightforward. # cd ~/annex # git init # git annex init - # git config receive.denyNonFastForwards false + # git config receive.denyNonFastForwards false |