@deproystudios/git-plus
v1.0.0
Published
Enhanced git CLI utility for smart commit management and workflow optimization.
Maintainers
Readme
@deproystudios/git-plus
🚀 git-plus は、Git ワークフローを劇的に高速化するための CLI ユーティリティです。 日常的に使用する複雑な Git コマンドを、直感的なエイリアスとしてシェル(zsh/bash)に登録します。
📦 インストールとセットアップ
npx を使用して、ワンコマンドでエイリアスのセットアップが完了します。
npx @deproystudios/git-plus init実行後、シェルの設定を反映させてください:
source ~/.zshrc # zshの場合
source ~/.bashrc # bashの場合🛠️ 主なエイリアス
| エイリアス | 元のコマンド | 説明 |
| :--------- | :------------------- | :------------------------- |
| gits | git status | 現在の状態を確認 |
| gita | git add . | すべての変更をステージング |
| gitcm | git commit -m | メッセージ付きコミット |
| gitps | git push | リモートへプッシュ |
| gitpl | git pull | リモートからプル |
| gsw | git switch | ブランチの切り替え |
| gld | git log --graph... | ログをグラフで綺麗に表示 |
🔗 エコシステム連携
プロジェクトに @deproystudios/ngit が導入されている場合、自動的に gpngit エイリアスが追加され、スムーズな移行と併用が可能です。
📄 ライセンス
MIT License - Copyright (c) deproystudio
