This commit is contained in:
http://caust1c.myopenid.com/ 2013-08-12 21:52:24 +00:00 committed by admin
parent e71f8c9167
commit 3c638ae5cf

View file

@ -14,6 +14,7 @@ Changing a file in a repository from a symlink to a normal file causes annex to
ln -s ../realfile newfile
git add .
git commit -m "Added placeholder until we get assets from designers"
rm newfile
dd bs=1024 count=10000 if=/dev/zero of=newfile
git add .
git commit -m "Finally got assets from designers"