scmpuff

Adds numbered shortcuts for common git commands

brewmacoslinux
Try with needOr install directly
Source

About

Adds numbered shortcuts for common git commands

Commands

scmpuff

Examples

Initialize scmpuff in your shell to enable git shortcuts$ eval "$(scmpuff init -s bash)"
Use numbered shortcuts to stage files (e.g., stage file 1)$ scmpuff s 1
Commit with a numbered file reference$ scmpuff c 1 2 -m 'Fix issues'