From dc4359eb0afd273999786888f1c0bdb5bd288981 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Mon, 9 Jun 2025 09:14:10 -0700 Subject: [PATCH] Add direct links to custom git commands in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index d25e8d5..0bf43ab 100644 --- a/Readme.md +++ b/Readme.md @@ -61,8 +61,8 @@ These short aliases make git really easy to use in your shell: **Custom scripts:** See [~/bin](https://github.com/samsonjs/bin) for these ones. -- `rmb` - `git remove-merged-branches` (custom command) -- `gup` - `git update` (custom command) +- `rmb` - [`git remove-merged-branches`](https://github.com/samsonjs/bin/blob/main/git-remove-merged-branches) (custom command) +- `gup` - [`git update`](https://github.com/samsonjs/bin/blob/main/git-update) (custom command) ## other aliases