[[Git command]] that downloads the latest changes from the shared [[Remote repository (git)|remote repository]] without applying them yet. ```bash git fetch ``` ^cmd