1.

Git Switch Branch

Answer»

Using the git checkout command, we can switch from one branch to another.

Command :

git checkout <branch_name>


Discussion

No Comment Found