I once wasted an hour trying to figure out why a CLI command straight from a project’s README wouldn’t work, only to figure out that they had em dashes instead of regular dashes in their example. Ended up opening a PR to hopefully save someone the same pain in the future.
git push origin main --force
I once wasted an hour trying to figure out why a CLI command straight from a project’s README wouldn’t work, only to figure out that they had em dashes instead of regular dashes in their example. Ended up opening a PR to hopefully save someone the same pain in the future.
Not all heroes wear capes. Some just open PRs. Thank you for your service. 🫡
No no no, git gud, not git push.