Merge remote-tracking branch 'branchable/master'

This commit is contained in:
Joey Hess 2011-05-14 12:29:10 -04:00
commit bbab57ebe7
3 changed files with 39 additions and 0 deletions

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>
"""]]