An open API service indexing awesome lists of open source software.

https://github.com/svtter/git_record

Tools to record code snapshot and save in git branch.
https://github.com/svtter/git_record

git python

Last synced: 4 months ago
JSON representation

Tools to record code snapshot and save in git branch.

Awesome Lists containing this project

README

          

# 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`