When cloning over SSH git outputs things like this:
$ git clone git@github.com:cap10morgan/itafbg.git itafbg2
Cloning into 'itafbg2'...
remote: Enumerating objects: 13, done.
remote: Counting objects: 100% (13/13), done.
remote: Compressing objects: 100% (11/11), done.
remote: Total 84 (delta 2), reused 8 (delta 2), pack-reused 71
Receiving objects: 100% (84/84), 24.71 KiB | 8.24 MiB/s, done.
Resolving deltas: 100% (31/31), done.
It would be cool if dgit output some stuff there too, especially if it was both useful info and highlighted the decentralized nature of what it was doing somehow.
When cloning over SSH git outputs things like this:
It would be cool if dgit output some stuff there too, especially if it was both useful info and highlighted the decentralized nature of what it was doing somehow.