• git checkout <BRANCH NAME>
    • Suggestion: or use VS Code UI
  • git checkout -b feature/<FEATURE DESCRIPTION>
    • Action: This will create a new branch and switch to it.
  • git checkout -
    • Action: This will checkout to previous branch