I have been working with git in Mac and creating/deleting/moving to the branches lot so this command irks me -
git checkout <some branch>
I want to do like this git checkout type some letters, then tab to get the name of some branch and checkout in the branch.
Is that possible?
For example,
debug_print
* develop
master
I'll do like this -
git checkout deb
and then tab it to get all of the remaining name of branch but the terminal shows like I'm losing some HP (white flashes on terminal).
Then, I have to type whole thing -
git checkout debug_print