@filiberto
git checkout
is a Git command that is used to switch branches or restore files in the working directory to a specific commit or branch. It can be used to move between branches, create a new branch, update files to a specific commit, or discard changes made to files in the working directory.