バージョン管理プロジェクトでバージョン管理用のシェル・スクリプトを開発しています。例)コミット・メッセージを形式通りに自動で作成する、ギット・フック用のバッシュ・スクリプト。
- バージョン管理
- バージョン管理/ギット
- バージョン管理/ギット/フック
VERSION_CONTROL
├── Git
│ └── Hooks
│ └── commit_message
├── license.md
└── readme.md
利用規約(license.md)
本プロジェクトはMITライセンスに基き提供しております。自己責任にて、自由にご利用いただけます。
The version control project develops shell scripts for version control: e.g. Git Hook Bash script that automatically generates a formatted commit message for you.
- Version Control
- Version Control / Git
- Version Control / Git / Hooks
VERSION_CONTROL
├── Git
│ └── Hooks
│ └── commit_message
├── license.md
└── readme.md
License (license.md)
The project is released under the MIT License. You may use it freely at your own risk.