When I do a git st
in a repository I get the message:
Your branch is up to date with 'origin/main'.
But then when I do a git pull
a lot of commits are downloaded.
But I thought the current checkout/working directory is up-to-date with origin
?
Do I understand something wrong here?