bradfitz / gitutil

Utilities for working with git and Gerrit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Utilities for working with git and Gerrit

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%