Quickly swap Git branches - checkout last used branch #git

preview_player
Показать описание
Have you ever needed to checkout another branch to compile code or demo a newly added feature? With this Git command you can toggle between different branches with no problem. This behavior is similar to how the cd command can switch to the last directory however this command change to the last git branch.
Рекомендации по теме
Комментарии
Автор

Super useful when you have long branch names or need to compile another branch real quick

wadecodez