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

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.

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