365 B
365 B
title, type, language, tags, cover, dateModified
| title | type | language | tags | cover | dateModified | |
|---|---|---|---|---|---|---|
| Return to previous branch | snippet | git |
|
beach-riders | 2021-04-13T21:10:59+03:00 |
Switches back to the last branch.
- Use
git checkout -to switch back to the previous branch.
git checkout -
git checkout patch-1
git checkout master
git checkout - # Switches to `patch-1`