Hi.
I am working on a repo on my desktop and I got a clone on my laptop.
I needed to pull the new stuff from my desktop unto my laptop, and I
noticed that tags doesn't get pulled.
The laptop access the desktop using NFS and I am using "git pull
NFS_SOURCE".
The repos are identical except that a few files has been updated and a
new tag has been added.
Why doesn't pull get the tag?
Best regards.