blob: 77a7fbc154f2917c38c3221d060de43d58ce9264 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# cd ~/annex
# cp /tmp/big_file .
# cp /tmp/debian.iso .
# git annex add .
add big_file ok
add debian.iso ok
# 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.
|