dotfiles/vcs/git/config
Marty Oehme 133910be08
git: Show bug description if bug id passed to gb
The alias `gb` will list all bugs (or allows to query for them) by
default. But if only a single argument is provided, and that argument is
a bug id then it shows the bug.

This allows a nice workflow like:

```sh
$ gb
# -> returns list of bugs, pick one from it
$ gb <bug-id>
# -> returns detailed description of bug
```
2025-02-25 23:25:21 +01:00
..
git vcs: Update user commit signing email 2025-02-24 14:22:36 +01:00
sh/alias.d git: Show bug description if bug id passed to gb 2025-02-25 23:25:21 +01:00