comment
This commit is contained in:
parent
5011c1227c
commit
4a11188bc6
1 changed files with 16 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="joey"
|
||||||
|
subject="""comment 1"""
|
||||||
|
date="2015-02-09T17:09:43Z"
|
||||||
|
content="""
|
||||||
|
`git annex drop` removes the file's content from the local repository.
|
||||||
|
It does not affect other repositories, such as in your case the server.
|
||||||
|
You could use `git annex drop --from origin` to remove the file from
|
||||||
|
the origin repository.
|
||||||
|
|
||||||
|
If `git annex unused` is not listing the deleted file as unused, there
|
||||||
|
must be some git tag or branch that still refers to it.
|
||||||
|
|
||||||
|
Also, `git annex dropunused` won't remove the last copy of a file unless you pass
|
||||||
|
`--force`
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue