README.md in match-0.6.0 vs README.md in match-0.6.1
- old
+ new
@@ -128,10 +128,15 @@
username "user@fastlane.tools"
```
#### Important: Use one git branch per team
-`match` was designed to use a separate git branch per Apple account. If you work in multiple teams, make sure to set the `git_branch` parameter to a unique value per team. From there, `match` will automatically create and use the specified branch for you. More information on [codesigning.guide](https://codesigning.guide)
+`match` also supports storing certificates of multiple teams in one repo, by using separate git branches. If you work in multiple teams, make sure to set the `git_branch` parameter to a unique value per team. From there, `match` will automatically create and use the specified branch for you.
+
+```ruby
+match(git_branch: "team1", username: "user@team1.com")
+match(git_branch: "team2", username: "user@team2.com")
+```
### Run
> Before running `match` for the first time, you should consider clearing your existing profiles and certificates using the [match nuke command](#nuke).