git checkout <branch>
Term side of the Card
Topic: Git Commands - Branches
Unit title: git checkout <branch>
Categories: Command
Explanation side of the Card
Explanation: The command that switches to a different branch, updating files to reflect the state of that branch. It allows for exploring different versions of the repository without altering the main code.