git-checkout: add example to go to previous branch (#3319)
This commit is contained in:

committed by
Agniva De Sarker

parent
b751a31f72
commit
97bc3a92f9
@@ -15,6 +15,10 @@
|
|||||||
|
|
||||||
`git checkout {{branch_name}}`
|
`git checkout {{branch_name}}`
|
||||||
|
|
||||||
|
- Switch to the previously checked out branch:
|
||||||
|
|
||||||
|
`git checkout -`
|
||||||
|
|
||||||
- Switch to an existing remote branch:
|
- Switch to an existing remote branch:
|
||||||
|
|
||||||
`git checkout --track {{remote_name}}/{{branch_name}}`
|
`git checkout --track {{remote_name}}/{{branch_name}}`
|
||||||
|
Reference in New Issue
Block a user