jackfletch / committime

CLI tool for editting author and committer times of git commits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

CLI tool for editting author and committer times of git commits

License:MIT License


Languages

Language:Go 100.0%