Metadata-Version: 2.1
Name: gitmsg
Version: 2019.4.13
Summary: autogenerate git commit message
Home-page: https://github.com/looking-for-a-job/gitmsg
License: UNKNOWN
Description: <!--
        https://pypi.org/project/readme-generator/
        https://pypi.org/project/python-readme-generator/
        -->
        
        [![](https://img.shields.io/badge/OS-Unix-blue.svg?longCache=True)]()
        
        #### Installation
        ```bash
        $ [sudo] pip install gitmsg
        ```
        
        #### Scripts usage
        ```bash
        usage: gitmsg
        ```
        
        #### Examples
        ```bash
        $ cd /path/to/repo/
        $ touch new_file
        $ rm deleted_file
        $ echo "new" > modified_file
        $ git add -A
        $ gitmsg
        '+new_file; -deleted_file; ^modified_file'
        ```
        
        <p align="center">
            <a href="https://pypi.org/project/python-readme-generator/">python-readme-generator</a>
        </p>
Keywords: git
Platform: UNKNOWN
Classifier: Topic :: Software Development :: Version Control
Classifier: License :: Public Domain
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Unix Shell
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
