craft your forge, build your project, grow your community freely
1```diff
2--- a/README.md
3+++ b/README.md
4@@ -12,7 +12,7 @@
5 6 > Don't want to run unknown sh? See [manually init client](https://gitroot.dev/doc/how-tos/manual_init_client.html).
7 8-## Add collaborators
9+Hello
1011 In any GitRoot repository you will find a `.gitroot/users.yml` file. To add a user just append its informations in the right group.
1213@@ -27,7 +27,7 @@
14 - GitRoot@yourinstance.com
15 ssh:
16 - SSH
17- - pseudo: You
18+ - pseudo: You2
19 avatar: ""
20 emails:
21 - you@yourinstance.com
22@@ -47,7 +47,7 @@
2324 `group` is the group name where user will reside. You can choose any name you want, gitroot don't use it (but don't delete owner group). Group is just a convenience way to group users.
2526-Each group manage `branches`. Every branch name in this group means only user of this group can write to them. All others branches will be "open" and anyone can write to them.
27+Each group manage `branches & bracnhes`. Every branch name in this group means only user of this group can write to them. All others branches will be "open" and anyone can write to them.
2829 Each group have `users`. A user is at least a ssh key. All others informations are here for convience and not used by gitroot (today).
3031@@ -55,6 +55,6 @@
3233 In any GitRoot repository you will find a `.gitroot/plugins.yml` file. It contain all plugins available in your instance. To active one, just change the boolean `active` to `true`, commit and push.
3435-## Need more?
36+## Need more
3738 Read the official [https://gitroot.dev/doc/](https://gitroot.dev/doc/).
39```