I do not want to waste space on my machine, and I want to see the history of the repository (for each branch). This is why I did:
git clone --no-checkout
After that, someone pushed something. I have to do something to update the story again, but I donβt know what. Of course, I can use git checkout and git pull, but I do not need files, I only need to update the .git folder. I tried with git fetch, but it seems the story is not updating.
source share