This content originally appeared on Stefan Judis Web Development and was authored by Stefan Judis
Today I learned about an alternative syntax to force push git branches.
git push --force origin feature-a
git push -f origin feature-a
git push origin +feature-a
One hand the +
saves some characters and somehow feels less scary to me, but on the other hand is force pushing only a single character typo away. That's scary!
Force pushing is dangerous. If you collaborate with others on a project, consider using the --force-with-lease
flag instead.
Reply to Stefan
This content originally appeared on Stefan Judis Web Development and was authored by Stefan Judis

Stefan Judis | Sciencx (2022-08-13T22:00:00+00:00) How to force push git branches without the –force flag (#tilPost). Retrieved from https://www.scien.cx/2022/08/13/how-to-force-push-git-branches-without-the-force-flag-tilpost/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.