42
Git tip: switch to previous branch
(programming.dev)
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Resources
Rules
Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.
Note that
git checkout -
/git switch -
examine reflog to find previous branch. Which means if you renamed the branch, at least current version of Git would be unable to rungit switch -
.