Push to submit
Submit new patch versions with each git push, even if you force push. Iterate quickly and get progressive feedback as you're working on the code.
❯ git push patch/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 patch patch/update-node `Patch 1` (https://gitpatch.com/s17171/eshttp/patch/1)
To gitpatch.com:s17171/eshttp
* [new branch] patch/update-node -> patch/update-node