An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# committime

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

[![GoDoc](https://godoc.org/github.com/jackfletch/committime?status.svg)](https://godoc.org/github.com/jackfletch/committime)
[![Go Report Card](https://goreportcard.com/badge/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)