poll: when you see this message in `git status`:
”Your branch is up to date with 'origin/main’.”
do you know that your branch may not actually be up to date with the `main` branch on the remote?
poll: when you see this message in `git status`:
”Your branch is up to date with 'origin/main’.”
do you know that your branch may not actually be up to date with the `main` branch on the remote?
@b0rk the general case slams into the possibility of multiple remotes. (I mean, I'm a cabbage and my personal repository has multiple remotes, that's how I back it up.)
"Nothing's different that we know about. Ask a remote?" or similar might be a better message anyway.
@unlambda @b0rk Dim recollection says you don't get that specific remote tracking branch message when you didn't clone the repo/don't have a default remote.
In that specific extremely common case, sure, you could ask the reflog. But I wouldn't want to try to talk the git maintainers into considering that a general solution.