Switch Current Branch (2) – Git Switch

Switching Branches Easily with git switch

git switch is a newly introduced command as a substitute for the git checkout command. git switch returns the same result as git checkout.

Comparison between git checkout an