In Git, _______ can be used to temporarily switch to another branch without committing the current work.

  • git checkout
  • git merge
  • git branch
  • git stash
In Git, the command 'git checkout' is used to switch between branches. It allows you to navigate between different branches without committing your current changes.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *