18

Dgit is Git with decentralized ownership (without changing your GitHub workflow)

 4 years ago
source link: https://github.com/quorumcontrol/dgit
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

u6Bnuqr.png!web

dgit

dgit is an open-source project built by Quorum Control which combines the power of

git, the Tupelo DLT and Skynet from Sia.

dgit uses decentralized ownership and storage to make it trivial to create a decentralized, shareable git remote of your project.

dgit accomplishes this without changing your GitHub workflow except that you can keep collaborating when it goes down.

Built With

Table of Contents

Getting Started

With three simple steps you can create a decentralized mirror of your existing github project. All changes will be automatically propogated to the mirror version and the git services you depend on will be there when you need them.

Installation

A quick install using brew gets us started: brew tap quorumcontrol/dgit && brew install dgit

Or skip the tap and directly install with: brew install quorumcontrol/dgit/dgit

Usage

Next you are going to run the init command in each repo you want to make decentralized: dgit init

This command does three things.

  1. dgit sets the appropriate remote urls in your repo's .git/config file.
  2. dgit creates a ChainTree which gets signed by the Tupelo DLT to specify ownership of the decentralized repo.
  3. dgit stores that repo on Skynet, the decentralized storage solution from Sia.

From there you can proceed with normal git commands.

If you ever want to pull from the mirror you can specify the mirror with a "dgit:".

As an example: git clone dgit://your_username/repo_name

If you want to keep your decentralized, shareable git remote in sync with your GitHub repo adding a simple github rule as illustrated in dgit-github-action is all it takes. Once completed your dgit decentralized shareable remote will always be up to date and ready when you need it.

Building

  • Clone this repo.
  • Run make . Generates ./dgit in top level dir.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated .

git checkout -b feature/AmazingFeature
git commit -m 'Add some AmazingFeature'
git push origin feature/AmazingFeature

License

Distributed under the MIT License. See LICENSE for more information.

Contact

If you have any questions or concerns please hop into our developer chat on gitter and we will be glad to help.

Project Link: https://github.com/quorumcontrol/dgit


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK