1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 10:35:39 +02:00

git-switch: add tag example (#17338)

This commit is contained in:
Managor 2025-07-24 08:20:35 +03:00 committed by GitHub
parent c8d7120298
commit 2330572093
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,3 +27,7 @@
- Switch to a branch and automatically merge the current branch and any uncommitted changes into it: - Switch to a branch and automatically merge the current branch and any uncommitted changes into it:
`git switch {{[-m|--merge]}} {{branch_name}}` `git switch {{[-m|--merge]}} {{branch_name}}`
- Switch to a tag:
`git switch {{[-d|--detach]}} {{tag}}`