Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mziyut/git-cirkit
golangでgitのサブコマンドを作ろう
https://github.com/mziyut/git-cirkit
git git-aliases golang
Last synced: 19 days ago
JSON representation
golangでgitのサブコマンドを作ろう
- Host: GitHub
- URL: https://github.com/mziyut/git-cirkit
- Owner: mziyut
- License: mit
- Created: 2015-12-14T17:42:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-14T17:43:29.000Z (about 9 years ago)
- Last Synced: 2024-11-29T23:29:51.843Z (23 days ago)
- Topics: git, git-aliases, golang
- Language: Go
- Homepage: http://qiita.com/mziyut/items/73be60dd39020c3507fc
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# git-cirkit
## Description
- [golangでgitのサブコマンドを作ろう](http://qiita.com/mziyut/items/73be60dd39020c3507fc)## Usage
## Install
To install, use `go get`:
```bash
$ go get -d github.com/mziyut/git-cirkit
```## Contribution
1. Fork ([https://github.com/mziyut/git-cirkit/fork](https://github.com/mziyut/git-cirkit/fork))
1. Create a feature branch
1. Commit your changes
1. Rebase your local changes against the master branch
1. Run test suite with the `go test ./...` command and confirm that it passes
1. Run `gofmt -s`
1. Create a new Pull Request## Author
[Yuta Mizui](https://github.com/mziyut)