Level: Branch Juggling
Open
level - educational
- Dominant language
- Python
- Stars
- 558
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
Using the spec syntax:
#### `setup.spec`
```
"Initial commit"
"This one has the most recent changes" : "Initial commit" (development)
"We just set up CI tools and now this one is in production!" : "Initial commit" (staging)
"This is the next version we want to put into production" : "Initial commit" (master)
```
#### `test.spec`
```
"Initial commit"
"This one has the most recent changes" : "Initial commit" (master)
"We just set up CI tools and now this one is in production!" : "Initial commit" (production)
"This is the next version we want to put into production" : "Initial commit" (staging)
```
Contributor guide
Assessment
This issue has not been assessed yet.