https://github.com/jackfletch/committime
CLI tool for editting author and committer times of git commits
https://github.com/jackfletch/committime
cli git
Last synced: about 2 months ago
JSON representation
CLI tool for editting author and committer times of git commits
- Host: GitHub
- URL: https://github.com/jackfletch/committime
- Owner: jackfletch
- License: mit
- Created: 2019-08-09T20:20:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-15T22:39:55.000Z (almost 7 years ago)
- Last Synced: 2025-10-03T21:31:31.914Z (9 months ago)
- Topics: cli, git
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# committime
`committime` is a CLI tool for rewriting author and committer times of git commits
[](https://godoc.org/github.com/jackfletch/committime)
[](https://goreportcard.com/report/jackfletch/committime)
## Installation
`committime` can be installed via:
```shell
go get github.com/jackfletch/committime
```
To update your installation:
```shell
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)