Closed sascha-wolf closed 8 years ago
For example calling git number add 2- or git number add -3 rather than git number add 1-3.
git number add 2-
git number add -3
git number add 1-3
Many thanks in advance!
I toyed around with an implementation:
https://github.com/holygeek/git-number/tree/open-range-experimental
It's a lot of changes for a small gain in feature so I'm not sure if it's worth it.
For example calling
git number add 2-
orgit number add -3
rather thangit number add 1-3
.Many thanks in advance!