/committime

CLI tool for editting author and committer times of git commits

Primary LanguageGoMIT LicenseMIT

committime

committime is a CLI tool for rewriting author and committer times of git commits

GoDoc Go Report Card

Installation

committime can be installed via:

go get github.com/jackfletch/committime

To update your installation:

go get -u github.com/jackfletch/committime

TODO:

  • Add feature to only list local commits so force push isn't needed
  • Add feature to reset committer date to author date
  • Add option to omit seconds and use current seconds (or random)