cmd
Undo last commit (keep changes)
cmd
GIT reset --hard origin
Throws away all staged and unstaged changes, forgets everything on the local branch and makes it exactly the same as your selected branch.
cmd
Init shadcn
Initializes shadcn with basic settings using Radix and Tailwind4
bash
Find Large Files in Directory
Find the 10 largest files in current directory recursively
bash
Docker Compose Up with Rebuild
Start containers with forced rebuild and remove orphans
bash
Clean Merged Git Branches
Delete all local branches that have been merged to main
bash
Run Node with Increased Memory
Run Node.js with increased heap size for memory-intensive tasks
bash
NPM Audit Fix with Force
Fix all vulnerabilities including breaking changes
bash
PostgreSQL Database Backup
Create a compressed backup of a PostgreSQL database