I cloned a directory with git clone --depth=1 https://github.com/reactjs/react-router/
.
I saw that the repo was updated on github, Now I'd like to pull
to latest. I git pull
, but nothing happened.
On another question in SO, I saw there's no way to do this prior to 2.x.x, but no mention how to after that version. I am on git version 2.7.2.windows.1
.
How can I checkout the latest commit, without cloning from scratch?