Fast version control for asynchronous teams.

Work on your own schedule, never wait for the code review.
Incrementally build patches and patch stacks.

Early beta version.
At the moment, only public repositories are supported.

Git push to submit a patch

Create new patch versions with each git push. Get feedback early as you're working on the code.

❯ git push patch/patch1
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 patch patch/patch1 `Patch 1` (https://gitpatch.com/s17171/eshttp/patch/1)
To gitpatch.com:s17171/eshttp
* [new branch]      patch/patch1 -> patch/patch1

Leave comments

Comment on individual lines or on the entire patch.

Compare Versions

Compare patch versions or see changes between versions.

Patch stacks

Split large changes into multiple patches. Continue stacking new patches on top while previous ones are in review.

❯ git push patchstack/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 patch 1/3 patchstack/prettier `Remove unused code` (https://gitpatch.com/s17171/estap/patch/1)
remote: Created patch 2/3 patchstack/prettier `Reformat all files with prettier` (https://gitpatch.com/s17171/estap/patch/2)
remote: Created patch 3/3 patchstack/prettier `Bump version number` (https://gitpatch.com/s17171/estap/patch/3)
To gitpatch.com:s17171/estap
 * [new branch]      patchstack/prettier -> patchstack/prettier

Protected Branches

Keep your code safe with all regular branches protected by default. Zero configuration needed.

Contact: hi@gitpatch.com