The title says it all. Around and half we use git
as follows:
git checkout branch_x
git checkout branch_y
git checkout branch_x
x
can be master
, or any feature branch any.
I'd like to know if there is any way to get back to the last branch used.
Does git have something equivalent to cd -
for directories in the command line?