Skip to content

A small tool to ease the editing of git history

Notifications You must be signed in to change notification settings

jpluscplusm/cedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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 <commit-ish-to-edit>

Any of these examples should work:

$ cedit c71276fbb142e320a2fef03fd7bb35dc9890b609
$ cedit c71276f
$ cedit HEAD^^^

NB This script has not been extensively tested!

About

A small tool to ease the editing of git history

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages