beta

Git ‘n’ Coffee

Lightning-fast Git hosting and code review.
Versioned changes and stacked diffs.

(Very) early beta version.
At the moment, only public repositories are supported.

Versions

Version controlled changes and interdiff.

❯ git push change/update-node
Enumerating objects: 7, done.
Counting objects: 100% (7/7), done.
Delta compression using up to 10 threads
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 1017 bytes | 1017.00 KiB/s, done.
Total 4 (delta 3), reused 0 (delta 0), pack-reused 0 (from 0)
remote: Validating objects: 100% (4/4), done.
remote: Created zyqrppsy 1/1 `Update node.js` (https://gitncoffee.com/s17171/eshttp/change/zyqrppsymwzwupurpvussrxpwlmzrzov)
To gitncoffee.com:s17171/eshttp
* [new branch]      change/update-node -> change/update-node

Review & Comments

Comments on changes and diff lines.

Stacked Diffs

One git push to update a stack of changes.

❯ git push change/prettier
Enumerating objects: 132, done.
Counting objects: 100% (132/132), done.
Delta compression using up to 10 threads
Compressing objects: 100% (62/62), done.
Writing objects: 100% (71/71), 21.75 KiB | 21.75 MiB/s, done.
Total 71 (delta 27), reused 49 (delta 9), pack-reused 0 (from 0)
remote: Validating objects: 100% (71/71), done.
remote: Created 3/3 ytplskpn `Bump version number` (https://gitncoffee.com/s17171/estap/change/ytplskpnmovxsktnwpkqossusqumllls)
remote: Created 2/3 pustlxwl `Reformat all files with prettier` (https://gitncoffee.com/s17171/estap/change/pustlxwlkqsmkwvulwvltmxuzwrulrqu)
remote: Created 1/3 npyyzzxv `Remove unused code` (https://gitncoffee.com/s17171/estap/change/npyyzzxvssqtqrvtuxwptqpromqsrutm)
To gitncoffee.com:s17171/estap
 * [new branch]      change/prettier -> change/prettier

Protected branches

Regular branches are protected by default with no extra configuration.