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

https://github.com/budtmo/gitcher

git config manager
https://github.com/budtmo/gitcher

Last synced: 12 months ago
JSON representation

git config manager

Awesome Lists containing this project

README

          

GitCher
=======

[![Build Status](https://travis-ci.org/butomo1989/gitcher.svg?branch=master)](https://travis-ci.org/butomo1989/gitcher)
[![codecov](https://codecov.io/gh/butomo1989/gitcher/branch/master/graph/badge.svg)](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
```