repos / git-pr

a self-hosted git collaboration server
git clone https://github.com/picosh/git-pr.git

commit
6ff3bc1
parent
5ef4bc1
author
Eric Bower
date
2024-07-21 12:17:10 -0400 EDT
chore: fmt readme
1 files changed,  +2, -2
M README.md
+2, -2
 1@@ -126,8 +126,8 @@ git push origin main
 2 
 3 The fundamental collaboration tool here is `format-patch`. Whether you are
 4 submitting code changes or reviewing them, it all happens in code. Both
 5-contributor and owner are simply creating new commits and generating patches
 6-on top of each other. This obviates the need to have a web viewer where the
 7+contributor and owner are simply creating new commits and generating patches on
 8+top of each other. This obviates the need to have a web viewer where the
 9 reviewer can "comment" on a line of code block. There's no need, apply the
10 contributor's patches, write comments or code changes, generate a new patch,
11 send the patch to the git server as a "review." This flow also works the exact