Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Latest commit

 

History

History

git-pando

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

git-pando

git extension for pando

Install

npm install -g @pando/git-remote-pando @pando/git-pando

Deploy a test environment

See the pando README to see how to deploy a test environment.

Usage

git pando
pando <command>

Commands:
  git pando configure                   Configure pando                [aliases: config]
  git pando organization <subcommand>   Manage pando organizations     [aliases: dao]
  git pando repository <subcommand>     Manage pando repositories      [aliases: repo]

Options:
  --version   Show version number                                      [boolean]
  -h, --help  Show help                                                [boolean]

Examples

Configure pando

git pando config

Deploy a pando-ready Aragon DAO

git pando dao deploy

Copy the address of this DAO and deploy a repository

git pando repository deploy --name <name> --dao <address>

Copy the address of this repository and add it as a remote in your git repo

git remote add origin pando://<address>

You can now use git as you're used to!