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

https://github.com/aonemd/changit

An over-engineered tool to change git config for multiple repositories at once
https://github.com/aonemd/changit

cli git ruby

Last synced: 4 months ago
JSON representation

An over-engineered tool to change git config for multiple repositories at once

Awesome Lists containing this project

README

          

Changit
---

An over-engineered tool to change git config for multiple projects at once.

[![Build Status](https://travis-ci.org/aonemd/changit.svg?branch=master)](https://travis-ci.org/aonemd/changit)

## Installation

```ruby
gem install changit
```

## Usage

In a hub-directory (that contains multiple git projects), add a `.gitconfig`
file with your configuration, and run:

```sh
changit
```

### CLI
To see the CLI options, type:

```sh
changit -h
```

## Demo

![changit GIF demo](/demo.gif)

## License

See [LICENSE](https://github.com/aonemd/changit/blob/master/LICENSE).