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

https://github.com/bradfitz/gitutil

Utilities for working with git and Gerrit
https://github.com/bradfitz/gitutil

Last synced: 3 months ago
JSON representation

Utilities for working with git and Gerrit

Awesome Lists containing this project

README

        

Misc tools for working with git and Gerrit.

For now only `git-cleanup`.

Install with:

```
$ go get github.com/bradfitz/gitutil/git-cleanup
```

Use like:

```
$ git checkout master
$ git sync # aka git codereview sync
$ git cleanup
```

(Assuming you're contributing to Go with `git-codereview` and Gerrit;
see https://golang.org/doc/contribute.html)