https://github.com/bondbox/xgit-python
Git command enhancement.
https://github.com/bondbox/xgit-python
command-line git python
Last synced: 2 months ago
JSON representation
Git command enhancement.
- Host: GitHub
- URL: https://github.com/bondbox/xgit-python
- Owner: bondbox
- License: gpl-2.0
- Created: 2023-08-02T03:09:16.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-14T08:16:03.000Z (over 2 years ago)
- Last Synced: 2025-10-05T10:49:34.032Z (9 months ago)
- Topics: command-line, git, python
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
xgit
====
Git tool based on GitPython.
build
-----
fast build via [xpip](https://github.com/bondbox/xpip-python):
```shell
xpip-build setup --all && ls -lh dist/*
```
or build in linux:
```shell
rm -rf "build" "dist" "*.egg-info"
python setup.py check sdist bdist_wheel --universal
```