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
- Host: GitHub
- URL: https://github.com/bradfitz/gitutil
- Owner: bradfitz
- License: bsd-3-clause
- Created: 2014-12-30T03:47:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-05-31T15:45:32.000Z (about 3 years ago)
- Last Synced: 2025-03-18T09:45:02.069Z (3 months ago)
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 51
- Watchers: 6
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)