summaryrefslogtreecommitdiff
path: root/doc/walkthrough/creating_a_repository.mdwn
blob: c5e389d336e9bd393ebf15973793c05148fe7e9a (plain)
1
2
3
4
5
6
7
This is very straightforward.

	# mkdir ~/annex
	# cd ~/annex
	# git init
	# git annex init
	# git config receive.denyNonFastForwards false