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
- Host: GitHub
- URL: https://github.com/andre2l2/easy-git-rebase
- Owner: andre2l2
- Created: 2021-12-19T21:34:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-04T00:58:10.000Z (about 4 years ago)
- Last Synced: 2025-02-24T05:29:37.678Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```