benthayer / benthayer/git-gud

Level: Branch Juggling

Open
#174 0 comments 0 reactions 1 assignee Claimed by @benthayer View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.