1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-30 08:15:30 +02:00

git-checkout: also works for remote branches (#1238)

This commit is contained in:
Waldir Pimenta 2017-01-18 14:43:53 +00:00 committed by GitHub
parent 83db189282
commit b7d34523f6

View file

@ -6,7 +6,7 @@
`git checkout -b {{branch_name}}`
- Switch to an existing branch:
- Switch to an existing local or remote branch:
`git checkout {{branch_name}}`