Switch back to previous branch
Often I want to switch between two branches. This is handy:
git switch -
This switches to the previous branch. And to get back ... again git switch -.
Like cd - in the bash shell.
Often I want to switch between two branches. This is handy:
git switch -
This switches to the previous branch. And to get back ... again git switch -.
Like cd - in the bash shell.