Hacker News new | ask | show | jobs
by renata 1550 days ago
Also pretty much every usage of -f would be better off being --force-with-lease so you're less likely to accidentally clobber someone else's work. I have git fpush aliased to "push --force-with-lease" and try to spread the gospel when possible :)
1 comments

Yeah, I learned it by using magit or vscode's other magit and they both default to --force-with-lease.