checkout
checkout — A git command that switches you to a different branch, or to an older version of your files.
Checkout is how you move around in git — jump onto a branch to work on it, or rewind to see what things looked like before a bad change.
"Check out the feature branch." "Checkout main."