this is not all run as root
This commit is contained in:
parent
77a1e33093
commit
f4c49b8f81
22 changed files with 89 additions and 89 deletions
|
@ -1,10 +1,10 @@
|
|||
# cd ~/annex
|
||||
# cp /tmp/big_file .
|
||||
# cp /tmp/debian.iso .
|
||||
# git annex add .
|
||||
$ cd ~/annex
|
||||
$ cp /tmp/big_file .
|
||||
$ cp /tmp/debian.iso .
|
||||
$ git annex add .
|
||||
add big_file (checksum...) ok
|
||||
add debian.iso (checksum...) ok
|
||||
# git commit -a -m added
|
||||
$ git commit -a -m added
|
||||
|
||||
When you add a file to the annex and commit it, only a symlink to
|
||||
the content is committed to git. The content itself is stored in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue