Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Strange. I'm not a git expert, but every time I try to push outdated commits to the origin, it says that I'm behind and need to pull first.


If you had the `-f` (force) flag, it overrides any sanity checks and simply accepts whatever history you give it.


If `git config receive.denyNonFastforwards true` is configured on the remote repository then this is prevented. This is the default on modern versions of Git.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: