File: comment_1_a4e83f688d4ec9177e7bf520f12ed26d._comment

package info (click to toggle)
git-annex 6.20170101-1%2Bdeb9u2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 50,088 kB
  • sloc: haskell: 53,116; sh: 1,582; ansic: 341; makefile: 292; perl: 144
file content (11 lines) | stat: -rw-r--r-- 473 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
[[!comment format=mdwn
 username="http://joey.kitenet.net/"
 nickname="joey"
 subject="comment 1"
 date="2012-04-24T21:14:15Z"
 content="""
To get to a specific version of a file, you need to have a tag or a branch that includes that version of the file. Check out the branch and `git annex get $file`. 

(Of course, even without a tag or branch, old file versions are retained, unless dropped with `unused`/`dropunused`.
So you could even `git checkout $COMMITID`.)
"""]]