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

https://github.com/andre2l2/easy-git-rebase

An easy git rebase CLI
https://github.com/andre2l2/easy-git-rebase

Last synced: about 1 year ago
JSON representation

An easy git rebase CLI

Awesome Lists containing this project

README

          

# Easy git rebase

### How to setting

You need put it in your linux alias to run, I sugetion you added it, with name "rebase"

### How to run

```bash
rebase -u develop master
```

### Get help

```bash
rebase -h
```