logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

git-remote-tor-annex - remote helper program to talk to git-annex over tor

Author

       Joey Hess <id@joeyh.name>

                                                                                         git-remote-tor-annex(1)

Description

       This  is  a  git remote helper program that allows git to pull and push over tor(1), communicating with a
       tor hidden service.

       The tor hidden service probably requires an authtoken to use it.  The authtoken can be  provided  in  the
       environment  variable  GIT_ANNEX_P2P_AUTHTOKEN.  Or, if there is a file in .git/annex/creds/ matching the
       onion address of the hidden service, its first line is used as the authtoken.

Name

       git-remote-tor-annex - remote helper program to talk to git-annex over tor

See Also

gitremote-helpers(1)

       git-annex(1)

       git-annex-enable-tor(1)

       git-annex-remotedaemon(1)

Synopsis

       git fetch tor-annex::address.onion:port

       git remote add tor tor-annex::address.onion:port

See Also