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

https://github.com/hattya/git-utime

A Git extension to set last modification time of each files
https://github.com/hattya/git-utime

Last synced: 15 days ago
JSON representation

A Git extension to set last modification time of each files

Awesome Lists containing this project

README

          

# git-utime

A Git extension to set the last modification time of each file to the last commit date.

[![GitHub Actions](https://github.com/hattya/git-utime/actions/workflows/ci.yml/badge.svg)](https://github.com/hattya/git-utime/actions/workflows/ci.yml)
[![Appveyor](https://ci.appveyor.com/api/projects/status/11qp8wgy4h38uv5b?svg=true)](https://ci.appveyor.com/project/hattya/git-utime)
[![Codecov](https://codecov.io/gh/hattya/git-utime/branch/master/graph/badge.svg)](https://codecov.io/gh/hattya/git-utime)

## Installation

```console
$ go install github.com/hattya/git-utime@latest
```

## Usage

```console
$ git utime
```

## License

git-utime is distributed under the terms of the MIT License.