Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/coc1961/gitrebase


https://github.com/coc1961/gitrebase

git go golang rebase simple tool

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# gitrebase

Simple program to run git rebase.

## Install

go install github.com/coc1961/gitrebase/cmd/gitrebase@latest

## Run

gitrebase -p [path_to_git_repository]

Parameter -p, path to the git repository directory

A window will open that allows you to select the commits to be unified, the commits are selected with the Ctrl-Space keys.

After selecting the commits continue with the Enter key, type the message related to commit and press enter again, this is all!

At any time you can exit the program with Ctrl-C

![alt](example.png)

![alt](example1.png)