Added a comment

This commit is contained in:
http://joey.kitenet.net/ 2011-05-14 16:28:36 +00:00 committed by admin
parent 81bca602da
commit fdc5e5f56c

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="http://joey.kitenet.net/"
nickname="joey"
subject="comment 3"
date="2011-05-14T16:28:36Z"
content="""
To re-inject new content for a file, you really want to get a new key for the file. Otherwise, other repos that have the old file will never get the new content. So:
<pre>
git rm file
mv ~/newcontent file
git annex add file
</pre>
"""]]