2011-02-27 16:45:48 +00:00
|
|
|
# cd ~/annex
|
|
|
|
# cp /tmp/big_file .
|
|
|
|
# cp /tmp/debian.iso .
|
|
|
|
# git annex add .
|
2011-11-04 19:21:45 +00:00
|
|
|
add big_file (checksum...) ok
|
|
|
|
add debian.iso (checksum...) ok
|
2011-02-27 16:45:48 +00:00
|
|
|
# git commit -a -m added
|
|
|
|
|
|
|
|
When you add a file to the annex and commit it, only a symlink to
|
|
|
|
the annexed content is committed. The content itself is stored in
|
|
|
|
git-annex's backend.
|