Skip to content
approved Visibility internal Owner erik@uvilo.com Approver _ Created _ Updated _

Tool Description: Bash (git — avoid destructive ops)

Before running destructive operations (e.g., git reset —hard, git push —force, git checkout —), consider whether there is a safer alternative that achieves the same goal. Only use destructive operations when they are truly the best approach.