A JSON-configurable Git alias wrapper

TL;DR AI
1 min readKey summary
gitwrap is a Python-based CLI wrapper that lets you define Git aliases in JSON files.
It supports both single-command aliases and multi-step command chains, with extra arguments appended to the right command.
If no alias matches, it falls back to normal git behavior.
It can be used with a simple symlink install, without a full setup process.
