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.
- Host: GitHub
- URL: https://github.com/svtter/git_record
- Owner: Svtter
- License: mit
- Created: 2020-04-15T12:47:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T10:16:52.000Z (over 1 year ago)
- Last Synced: 2025-04-07T08:59:01.545Z (about 1 year ago)
- Topics: git, python
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`