https://github.com/jpluscplusm/cedit
A small tool to ease the editing of git history
https://github.com/jpluscplusm/cedit
Last synced: 8 months ago
JSON representation
A small tool to ease the editing of git history
- Host: GitHub
- URL: https://github.com/jpluscplusm/cedit
- Owner: jpluscplusm
- Created: 2021-05-26T07:32:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-26T07:38:34.000Z (over 4 years ago)
- Last Synced: 2025-01-16T09:09:31.810Z (10 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cedit
A small tool to ease the editing of git history
This script will begin an interactive git rebase, and drop you into a
shell immediately after the commit you specified has been applied.
To edit a commit's content and/or message, invoke this script as:
```
$ cedit
```
Any of these examples should work:
```
$ cedit c71276fbb142e320a2fef03fd7bb35dc9890b609
$ cedit c71276f
$ cedit HEAD^^^
```
NB This script has *not* been extensively tested!