# Error 222

# Source

# Error 222

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