Switch language한국어
Back to the list

A JSON-configurable Git alias wrapper

TL;DR AI

Key summary

1 min read
  1. gitwrap is a Python-based CLI wrapper that lets you define Git aliases in JSON files.

  2. It supports both single-command aliases and multi-step command chains, with extra arguments appended to the right command.

  3. If no alias matches, it falls back to normal git behavior.

  4. It can be used with a simple symlink install, without a full setup process.

Read the original