response
This commit is contained in:
parent
0639ee89b9
commit
27fd47fe38
1 changed files with 15 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 1"""
|
||||
date="2016-01-15T19:31:32Z"
|
||||
content="""
|
||||
`git annex unused` is the way to find such old versions of files, and
|
||||
then you can use commands like `git annex move --unused --to gold` or
|
||||
`git annex dropunused`
|
||||
|
||||
By default, `git annex unused` assumes that if any branch or tag points to
|
||||
a version of a file, that version is used. If you want it to consider tags
|
||||
as unused, run:
|
||||
|
||||
git annex unused --used-refspec='+refs/heads/*'
|
||||
"""]]
|
Loading…
Reference in a new issue