A git alias that checks whether it's safe to rebase your current branch onto a target branch, without actually running the rebase.
The most common workflow mistake is rebasing onto your local master when it's stale — either because you forgot to pull, or because someone else pushed in the few seconds since you did. This leaves you in a state where git status says:
Your branch and 'origin/master' have diverged,