Y
Hacker News
new
|
ask
|
show
|
jobs
by
datadrivenangel
10 days ago
GIT IS DECENTRALIZED
4 comments
dbmikus
10 days ago
But the identity part of git is not (unless you count pgp signing of each commit, which never took off at a large scale)
and the git tools don't automatically propagate repo changes by default across a network
link
rakoo
9 days ago
The identity of a repo is its url so yes, the identity part is decentralized
link
dbmikus
8 days ago
Identity is more than a name. It is also proving that you own that identity (aka authentication)
link
iamnothere
10 days ago
Issue tracking and collaboration tools are not. (Although many small projects could get by with a todo.txt and a mailing list.)
link
jmalicki
10 days ago
But if you just hashed all the changes and put them in Merkle tree to verify, wouldn't that make it so much better?
link
fooqux
10 days ago
Yup, but the community you build around a project is not.
link
and the git tools don't automatically propagate repo changes by default across a network