Skip to content
Snippets Groups Projects
Unverified Commit f4b42a82 authored by Lukas Kluft's avatar Lukas Kluft
Browse files

Replace `checkout` with `switch`

parent b89746dc
No related branches found
No related tags found
1 merge request!48Improve git lecture
......@@ -138,7 +138,7 @@ git diff develop..main
Merge the commits of `develop` into `main`
```bash
git checkout main
git switch main
git merge develop
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment