1git-annex-uninit(1) General Commands Manual git-annex-uninit(1)
2
3
4
6 git-annex-uninit - de-initialize git-annex and clean out repository
7
9 git annex uninit
10
12 Use this to stop using git annex. It will unannex every file in the
13 repository, and remove all of git-annex's other data, leaving you with
14 a git repository plus the previously annexed files.
15
17 --json
18
19 Enable JSON output. This is intended to be parsed by programs
20 that use git-annex. Each line of output is a JSON object.
21
22 --json-error-messages
23 Messages that would normally be output to standard error are in‐
24 cluded in the JSON instead.
25
26 Also the git-annex-common-options(1) can be used.
27
29 git-annex(1)
30
31 git-annex-unannex(1)
32
33 git-annex-init(1)
34
36 Joey Hess <id@joeyh.name>
37
38 git-annex-uninit(1)