Last Updated: February 25, 2016
·
461
· spicy_sake

go back to previous branch in git

With bash we are used to go back to the previous folder

cd -

With git you can do the same for quickly switch back to the previous branch with

git checkout -