https://github.com/budtmo/gitcher
git config manager
https://github.com/budtmo/gitcher
Last synced: 12 months ago
JSON representation
git config manager
- Host: GitHub
- URL: https://github.com/budtmo/gitcher
- Owner: budtmo
- License: other
- Created: 2016-11-04T13:32:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T13:16:27.000Z (over 9 years ago)
- Last Synced: 2025-04-01T18:55:21.269Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GitCher
=======
[](https://travis-ci.org/butomo1989/gitcher)
[](https://codecov.io/gh/butomo1989/gitcher)
GitCher is able to save different git config profiles (user.name and user.email) and switch it from one to another.
```bash
pip3 install -e git+https://github.com/butomo1989/gitcher.git#egg=gitcher
```
Usage
-----
```bash
gitcher -h
```
Unit tests
----------
Run the unit tests with this command:
```bash
nosetests -v
```