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:
parent
1d13655c5e
commit
dc4359eb0a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue