File: comment_1_e08e4c79588e17fb2f1cdf53d9fab7ea._comment

package info (click to toggle)
git-annex 10.20250416-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 73,572 kB
  • sloc: haskell: 90,656; javascript: 9,103; sh: 1,469; makefile: 211; perl: 137; ansic: 44
file content (16 lines) | stat: -rw-r--r-- 481 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[!comment format=mdwn
 username="http://joeyh.name/"
 ip="4.154.6.135"
 subject="comment 1"
 date="2012-06-15T19:25:59Z"
 content="""
Sure, you can simply:

    cp annexedfile ~

Or just attach the file right from the git repository to an email, like any other file. Should work fine.

If you wanted to copy a whole directory to export, you'd need to use the -L flag to make cp follow the symlinks and copy the real contents:

    cp -r -L annexeddirectory /media/usbdrive/
"""]]