.TH git-annex-disableremote 1 .SH NAME git-annex-disableremote \- stop using a remote .PP .SH SYNOPSIS git annex disableremote \fBname\fP .PP .SH DESCRIPTION This removes the remote from the local git configuration, the same as \fBgit remote remove\fP would. It removes remote tracking branches. It also cleans up various other files in \fB.git/annex/\fP that belong to or mention the remote. .PP This does not prevent the same special remote from continuing to be used in other clones of the repository, and it can be re\-enabled for local use with the \fBgit-annex enableremote\fP command. .PP When \fBgit-annex initremote \-\-private\fP was used to initialize a private remote, disabling it also removes its information from the private journal. .PP .SH OPTIONS .IP "\fB\-\-json\fP" .IP Enable JSON output. This is intended to be parsed by programs that use git-annex. .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\-initremote(1) .PP git-annex\-enableremote(1) .PP git-annex\-renameremote(1) .PP .SH AUTHOR Joey Hess .PP .PP