File: comment_1_6c15cdf71b99ae3bf8fd5de489a7d3ee._comment

package info (click to toggle)
git-annex 10.20230126-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 69,344 kB
  • sloc: haskell: 74,654; javascript: 9,103; sh: 1,304; makefile: 203; perl: 136; ansic: 44
file content (10 lines) | stat: -rw-r--r-- 871 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
[[!comment format=mdwn
 username="Ilya_Shlyakhter"
 avatar="http://cdn.libravatar.org/avatar/1647044369aa7747829c38b9dcc84df0"
 subject="past versions of annexed files"
 date="2020-03-11T21:55:57Z"
 content="""
1. \"Of a file, to see the changes to that file's content that have happened over time\" -- See [[todo/git-annex-init_should_configure_git_diff_driver]].
2. \"Of a file, to be able to revert it to an older version of that file's content\" -- if you create a branch off the commit with that file version,  and check out that branch, this will check out the file pointer to the older contents version.  You may need to then [[`git-annex-get`|git-annex-get]] that old content if it has been moved somewhere.
3. \"Of a file, to get visibility into what versions of that file's content are available on what remotes\" -- see [[`git-annex-log`|git-annex-log]]
"""]]