Metadata-Version: 2.1
Name: git-workout
Version: 0.0.0
Summary: Prove that you only work on your own stuff out of hours.
Home-page: https://github.com/judy2k/git-workout
Author: Mark Smith
Author-email: judy@judy.co.uk
License: MIT
Description: # Git Workout
        
        [![Build Status](https://travis-ci.com/judy2k/git-workout.svg?branch=master)](https://travis-ci.com/judy2k/git-workout)
        [![codecov](https://codecov.io/gh/judy2k/git-workout/branch/master/graph/badge.svg)](https://codecov.io/gh/judy2k/git-workout)
        
        A git plugin to shift your commits out of work hours.
        
        __Or at least it will be.__ Currently this command just prints "Hello, World."
        
        Of _course_ you're a responsible developer, and you never work on your own stuff during working hours. You _never_ get that craving to just throw something together late on a Friday afternoon.
        But imagine you _did_ - you couldn't publish your git repo, because you committed during working hours!
        
        `git workout` ... now your commits are shifted to after 6pm, and you're free to push to your public repo of choice,
        without your boss ever finding out.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
