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
- Host: GitHub
- URL: https://github.com/aonemd/changit
- Owner: aonemd
- License: mit
- Created: 2016-11-26T22:15:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T11:15:31.000Z (about 8 years ago)
- Last Synced: 2025-04-07T02:49:52.143Z (about 1 year ago)
- Topics: cli, git, ruby
- Language: Ruby
- Homepage:
- Size: 54.7 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Changit
---
An over-engineered tool to change git config for multiple projects at once.
[](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

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