Add direct links to custom git commands in README

Make it easier to view the implementation of rmb and gup by linking directly to the scripts in the samsonjs/bin repository.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Sami Samhuri 2025-06-09 09:14:10 -07:00
parent 1d13655c5e
commit dc4359eb0a
No known key found for this signature in database

View file

@ -61,8 +61,8 @@ These short aliases make git really easy to use in your shell:
**Custom scripts:** **Custom scripts:**
See [~/bin](https://github.com/samsonjs/bin) for these ones. See [~/bin](https://github.com/samsonjs/bin) for these ones.
- `rmb` - `git remove-merged-branches` (custom command) - `rmb` - [`git remove-merged-branches`](https://github.com/samsonjs/bin/blob/main/git-remove-merged-branches) (custom command)
- `gup` - `git update` (custom command) - `gup` - [`git update`](https://github.com/samsonjs/bin/blob/main/git-update) (custom command)
## other aliases ## other aliases