Added a comment
This commit is contained in:
parent
81bca602da
commit
fdc5e5f56c
1 changed files with 14 additions and 0 deletions
|
@ -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>
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue