git-ssb v2.3.6
git-ssb
Git repos on secure-scuttlebutt (SSB).
This package includes:
- A command line tool
git-ssbfor managing SSB git repos - A git remote helper
git-remote-ssbfor usingssb://URLs with git - A web server
git-ssb-webfor browsing repos locally
Install
npm install -g git-ssbUsage
You can use a ssb:// remote like any other git remote. A repo on SSB is
identified by a message ID. To create a new git repo on SSB, use the command
git ssb create.
Examples
Publish an existing repo to SSB:
cd repo
git ssb create ssb my-cool-repo
git push --tags ssb masterClone a repo from SSB:
git clone ssb://<msgId> repoFork a git-ssb repo you have already cloned:
cd repo
git ssb fork mine
# edit and commit, then push changes:
git push mineRun the web server for browsing repos:
git ssb webConfiguration
As with patchwork, git-ssb reads the ssb_appname environment
variable when deciding what scuttlebot instance to connect to.
git-ssb also uses git's config to get the appname if the
environment variable is not set. To make it so a repo only gets used in your
testing environment, you can configure the repo as
follows:
git config ssb.app_name testArticles
- From GitHub to git-ssb
- Distributed Git (for real this time) with git ssb
- Distributed collaboration with git-ssb
License
Copyright (c) 2016 Charles Lehner
Usage of the works is permitted provided that this instrument is retained with the works, so that any entity that uses the works is notified of this instrument.
DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.
8 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago