# OK 01 ```gitgraph [log] git commit -m 'initial commit' git switch -c feature/1 git commit -m '1' git commit -m '2' git checkout master git merge feature/1 git tag v1.0.0 ```
← Editor OK 02 →