# Error 221

# Source

# Error 221

```gitgraph
[log]
git commit -m '1'
git switch -c foo
git checkout master
git merge foo
git tag v1.0.0
```