Content pfp
Content
@
0 reply
0 recast
0 reaction

jp 🎩 pfp
jp 🎩
@jpfraneto.eth
what's the best way to decentralize a github repo? i want that only the holders of a given token can submit requests to change this codebase. how would you do that? cc @nintynick.eth
3 replies
2 recasts
17 reactions

Breck Yunits pfp
Breck Yunits
@breck
I have this one liner that I type "push" and it pushes to all remotes: 'push() { for remote in $(git remote); do echo "Pushing to $remote..."; git push $remote --all; done; }' Then I backup to GitLab, GitHub, and others. Also, if you run ScrollHub, you run your own git server that accepts unlimited repos.
1 reply
0 recast
1 reaction

jp 🎩 pfp
jp 🎩
@jpfraneto.eth
@cassie have you thought about decentralized repos? how do you think this problem can be solved? v curious about your perspective
0 reply
0 recast
1 reaction