6 ms·
If you had the `-f` (force) flag, it overrides any sanity checks and simply accepts whatever history you give it.
by 10char 13y ago
If you had the `-f` (force) flag, it overrides any sanity checks and simply accepts whatever history you give it.
- davvid 13y agoIf `git config receive.denyNonFastforwards true` is configured on the remote repository then this is prevented. This is the default on modern versions of Git.