2

I always switch each between two branches, as develop and mywork, is there a better way to switch more quick except checkout develop and checkout mywork? As cd - in shell.

1 Answer 1

4

Yeah, it works just like cd does in bash: git checkout -

Not the answer you're looking for? Browse other questions tagged or ask your own question.