bit about bare repos

This commit is contained in:
http://joey.kitenet.net/ 2011-03-23 15:31:54 +00:00 committed by admin
parent d0a7513bbb
commit da198e87fb

View file

@ -13,4 +13,7 @@ USB drive.
Notice that you had to git pull from laptop first, this lets git-annex know Notice that you had to git pull from laptop first, this lets git-annex know
what has changed in laptop, and so it knows about the files present there and what has changed in laptop, and so it knows about the files present there and
can get them. can get them. The alternate approach is to set up a central bare repository,
and always push changes to it after committing them, then in the above,
you can just pull from the central repository to get synced up to all
repositories.