Hacker News new | ask | show | jobs
by funkymike 1824 days ago
I have this in my .gitconfig so the pull will fail rather than merge.

    [pull]
        ff = only
If it does fail I can decide whether to merge or rebase.