Git checkout a directory

The GitGit
Git is a version control system used to track changes on files and make it easier for multiple people to collaborate on the same set of files.

This note serves as a link to connect Git-related not...
command below updates the content of the directory to be the same as in a chosen branch:


git checkout <branch> -- <directory>