Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1005 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 1005 Bytes

Git CLI Tools for Googlers

Description

This project enables yo

Features

Automatically merge renovate all open PRs from renovate bot.

$ git gtool merge-renovate-prs

This will one-by-one merge any PRs opened by the Renovate Bot, until they are all closed.

Getting Started

  1. Clone this repository
  2. Run go build -o 'git-gtool' main.go
  3. Put git-gtool into your path, for example: cp git-gtool $HOME/bin/

Prerequisites

  1. Install Github CLI
  2. Log in using the Github CLI

Contributing

Contributions to this library are always welcome and highly encouraged.

See CONTRIBUTING for more information how to get started.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See Code of Conduct for more information.

License

Apache 2.0 - See LICENSE for more information.