Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jusleg/gitgud

When things go wrong, you need to gitgud
https://github.com/jusleg/gitgud

Last synced: about 1 month ago
JSON representation

When things go wrong, you need to gitgud

Awesome Lists containing this project

README

        

# gitgud ![gitgud badge](https://img.shields.io/badge/gitgud%3F-good-brightgreen) [![Gem Version](https://badge.fury.io/rb/gitgud.svg)](https://badge.fury.io/rb/gitgud)

When things go wrong, you need to `gitgud`. `gitgud` acts just like `git`, but gives you superpowers when trying to `git push`. It will attempt to `git push` until it succeeds.

![success after multiple retries](https://user-images.githubusercontent.com/4406751/75736774-1c884d80-5ccc-11ea-9e2c-5436937d38ed.gif)

## `gitgud` is the new `git`

gitgud supports the same commands as `git` as it is effectively calling `git` under the hood.

## How to install

```console
gem install gitgud
```

## License

This gem is MIT licensed, please see LICENSE for more information.