Fix “fatal - Not possible to fast-forward, aborting.” on Git Pull
· One min read
This error usually appears when your local branch has diverged from the remote, and Git is configured to disallow non-fast-forward merges.
This error usually appears when your local branch has diverged from the remote, and Git is configured to disallow non-fast-forward merges.