# Packages
No description provided by the author
# README
gitrebase
Simple program to run git rebase.
Install
go get -u github.com/coc1961/gitrebase/...
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