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
- Host: GitHub
- URL: https://github.com/hattya/git-utime
- Owner: hattya
- License: mit
- Created: 2021-07-28T14:35:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-09T09:18:02.000Z (about 1 year ago)
- Last Synced: 2025-03-09T10:21:08.158Z (about 1 year ago)
- Language: Go
- Size: 46.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.
[](https://github.com/hattya/git-utime/actions/workflows/ci.yml)
[](https://ci.appveyor.com/project/hattya/git-utime)
[](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.