Git — Hard
Key points
- `git switch` separates branch concerns from other operations
- `git switch -c` creates new branches without restoring files
- `git checkout` combines branch switching and file restoration
- Intent is clearer with `git switch`
- `git switch` does not restore files
Ready to go further?
Related questions
