Git
Volatile Git is a repository hosting platform that currently uses the Git, cgit, and gitolite technologies to provide a platform mainly for code projects.
To access this site, you may use:
- https://git.volatile.bz,
- http://git.volatile.i2p,
- http://4kbt437tzvvifqz4mwkjmzzex7jcrznyrp7aqvgqe5x2ynouzqohwpyd.onion (currently unavailable), or
- http://git.volatile.ano.
Both HTTP-pull and SSH-push access should be available on all of these.
See this page for information on getting an account.
Gitolite usage
Use ssh git@git.volatile.bz to list SSH commands. To create a new repo, simply:
git init
git commit -a
git push git@git.volatile.bz:username/repository
Private repositories are available by adding hidden/
to the beginning
of your repository's name, so for example:
git push git@git.volatile.bz:hidden/username/repository
Note that repositories are stored on the server as-is; no attempt is made to encrypt either private or public repositories.
You can substitute the SSH host with 4kbt437tzvvifqz4mwkjmzzex7jcrznyrp7aqvgqe5x2ynouzqohwpyd.onion for Tor.