Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coc1961/gitrebase
https://github.com/coc1961/gitrebase
git go golang rebase simple tool
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/coc1961/gitrebase
- Owner: coc1961
- Created: 2020-01-17T20:38:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T19:55:55.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T08:16:06.980Z (6 months ago)
- Topics: git, go, golang, rebase, simple, tool
- Language: Go
- Size: 271 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)