|
NAMEgit-annex-unannex - undo accidental add commandSYNOPSISgit annex unannex [path ...]DESCRIPTIONUse this to undo an accidental git annex add command. It puts the file back how it was before the add.Note that for safety, the content of the file remains in the annex, until you use git annex unused and git annex dropunused. This is not the command you should use if you intentionally added a file some time ago, and don't want its contents any more. In that case you should use git annex drop instead, and you can also git rm the file. OPTIONS
SEE ALSOgit-annex(1)AUTHORJoey Hess <id@joeyh.name> Visit the GSP FreeBSD Man Page Interface. |