This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawlog_5wIICaMcrKTexlFNA6IO6UTp323aE 2014-10-17 11:19:12 +00:00 committed by admin
parent aa64399f9f
commit f9ef6f0b97

View file

@ -0,0 +1,3 @@
Hi,
i have an already existing git repository with a branch (*master*) and i added git annex to it (*git annex init*). Now i want to synchronise the file tracking information with annex through *git annex sync*, but keep the master branch unsynchronised (i want push/pull it manually as there are not only annexed files but also code). What is the best approach for my setup?