Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jusleg/gitgud
- Owner: jusleg
- License: mit
- Created: 2020-02-27T16:54:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-01T17:31:00.000Z (about 3 years ago)
- Last Synced: 2024-04-24T14:37:31.956Z (8 months ago)
- Language: Ruby
- Homepage: https://rubygems.org/gems/gitgud
- Size: 13.7 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.