.TH git-annex-uninit 1 .SH NAME git-annex-uninit \- de\-initialize git-annex and clean out repository .PP .SH SYNOPSIS git annex uninit .PP .SH DESCRIPTION Use this to stop using git annex. It will unannex every file in the repository, and remove all of git-annex's other data, leaving you with a git repository plus the previously annexed files. .PP .SH OPTIONS .IP "\fB\-\-json\fP" .IP Enable JSON output. This is intended to be parsed by programs that use git-annex. Each line of output is a JSON object. .IP .IP "\fB\-\-json\-error\-messages\fP" Messages that would normally be output to standard error are included in the JSON instead. .IP .IP "Also the git-annex\-common\-options(1) can be used." .SH SEE ALSO git-annex(1) .PP git-annex\-unannex(1) .PP git-annex\-init(1) .PP .SH AUTHOR Joey Hess .PP .PP