HEAGBPRACVPDTVXRYATVDAGJ2VLKECTNWXT4WWM2ZYJX7VA4PVJQC
57YU55IK55Q4QDV45LD3ILNQDQV46NKLYK3HS6VWR2SDTOFSYXKAC
git branch &> /dev/null \ && git branch --list | fzf | xargs git checkout \ # show git's stderr msg if not in a git repo || git branch --list
git branch &> /dev/null \
&& git branch --list | fzf | xargs git checkout \
# show git's stderr msg if not in a git repo
|| git branch --list