Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fumito-ito/gico
switch .gitconfig according to your environment.
https://github.com/fumito-ito/gico
Last synced: 29 days ago
JSON representation
switch .gitconfig according to your environment.
- Host: GitHub
- URL: https://github.com/fumito-ito/gico
- Owner: fumito-ito
- Created: 2014-07-09T05:54:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-02T10:24:37.000Z (over 10 years ago)
- Last Synced: 2024-10-16T06:19:02.685Z (3 months ago)
- Language: Go
- Size: 270 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
gico as golang cli
====switch .gitconfig according to your environment
## Description
create and switch your git configuration file (a.k.a. .gitconfig).
It helps you to switch some git configurations (proxy, authentication etc...) at home, company and more !## Usage
At first, initialize your gico environment
$ gico init
and create new git env
$ gico create macbook
# edit ~/.gitconfig.macbook to write git configuration for your macbookswitch to use it
$ gico list
* local
macbook
$ gico use macbookenjoy !
## Install
download from [releases page](https://github.com/fumitoito/gico/releases)
## License
The MIT License (MIT)
Copyright (c) 2014 [fumitoito](https://github.com/fumitoito)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.## Author
[fumitoito](https://github.com/fumitoito)