feat: use switch instead of checkout

This commit is contained in:
Bjarke Sporring
2026-01-05 12:38:35 +01:00
parent a7b511c8cb
commit e29b9bca70
8 changed files with 55 additions and 44 deletions

View File

@@ -86,7 +86,7 @@ git rebase --abort
git branch
# Switch to a branch
git checkout <branch-name>
git switch <branch-name>
```
## Verification