Metadata-Version: 2.1
Name: git-record-svtter
Version: 0.0.2
Summary: A tools to record temporal code
Home-page: https://github.com/Svtter/git_record
Author: svtter
Author-email: svtter@qq.com
License: UNKNOWN
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
Requires-Dist: gitpython
Requires-Dist: arrow

# Git record

Use git branch to record temporal code.


## Install

`pip install git-record-svtter`


## Usage

``` python
from git_record.git_record import GitHandle

gh = GitHandle()
gh.create_new_branch()

```

This scripts will create a branch named `current date`.


## ..MORE?

1. Folk this repo.
2. `pip install -e .`
3. run `python example/ex1.py`

