Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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のサブコマンドを作ろう

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)