PS C:\proj> git fetch --all Fetching origin remote: Counting objects: 74, done. remote: Compressing objects: 100% (74/74), done. Unpacking objects: 40% (30/74)eused 0 (delta 0) Unpacking objects: 100% (74/74), done. From https://bitbucket.ext.net/bitbucket/scm/store/proj cbd7b35..852c958 master -> origin/master PS C:\proj> git reset --hard origin/master HEAD is now at 852c958 minor changes