git-switch: add commit checkout (#21700)

This commit is contained in:
Managor
2026-03-26 05:52:31 +02:00
committed by GitHub
parent f0179654eb
commit 32afd02ec2
+2 -2
View File
@@ -28,6 +28,6 @@
`git switch {{[-m|--merge]}} {{branch_name}}`
- Switch to a tag:
- Switch to a tag or commit:
`git switch {{[-d|--detach]}} {{tag}}`
`git switch {{[-d|--detach]}} {{tag|commit}}`