Git.wtf
💩 :interrobang: Find solutions to all your git problems along with tips & tricks to improve your git workflows!
Install / Use
/learn @meSingh/Git.wtfREADME
Git.WTF !?!
Git is fucking hard, no matter how good you get, there always comes a time when you get stuck & can't figure out a solution!
It's easy to get started, but remembering everything that it has to offer is just not practical. On top of that, git documentation is shit; you can't find anything there. If you think you can, you wouldn't be here looking for answers!
Let's be real, the best place to find any solution for our git problems is StackOverflow, and honestly, it does have most of the answers, but we sure can do better, and that is what Git.WTF is trying to do with a curated list of several of these problems, frustrations, and tricks that can give you a solution in seconds.
Installation
To install switch to the project directory and load the Composer dependencies.
composer install
Next you need to install dependencies using yarn/npm.
yarn install
And finally we need to run Laravel Mix in order to compile the assets.
yarn run dev
Now you should be able to visit the site and to see my blog. Of course you need to have a local environment setup already.
Good to know
The blog articles get cached with the first request. So in order to see a change, you need to delete the cache:
php artisan cache:clear
Related Skills
apple-reminders
343.1kManage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
gh-issues
343.1kFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
healthcheck
343.1kHost security hardening and risk-tolerance configuration for OpenClaw deployments
node-connect
343.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
