git-checkout: add example to go to previous branch (#3319)

italian
lmazardo 2019-10-06 09:21:23 +02:00 committed by Agniva De Sarker
parent b751a31f72
commit 97bc3a92f9
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@
`git checkout {{branch_name}}`
- Switch to the previously checked out branch:
`git checkout -`
- Switch to an existing remote branch:
`git checkout --track {{remote_name}}/{{branch_name}}`