Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rosylilly/git-set-mtime
set files mtime by latest commit time.
https://github.com/rosylilly/git-set-mtime
Last synced: 5 days ago
JSON representation
set files mtime by latest commit time.
- Host: GitHub
- URL: https://github.com/rosylilly/git-set-mtime
- Owner: rosylilly
- License: mit
- Created: 2014-10-27T14:26:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-14T09:31:57.000Z (almost 5 years ago)
- Last Synced: 2024-12-22T13:14:52.495Z (15 days ago)
- Language: Go
- Homepage:
- Size: 204 KB
- Stars: 21
- Watchers: 2
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# git-set-mtime
[![Build Status](https://drone.io/github.com/rosylilly/git-set-mtime/status.png)](https://drone.io/github.com/rosylilly/git-set-mtime/latest)
set files mtime by latest commit time.
for Dockerfile building on CI servers(docker checking mtime for build cache)
## Installation
Install by rubygems:
$ gem install git-set-mtime
Install by golang:
$ go get github.com/rosylilly/git-set-mtimeInstall from binary:
You can download pre-build binaries from [drone.io](https://drone.io/github.com/rosylilly/git-set-mtime/files)(Windows, Mac and Linux).
## Usage
```shell
$ git set-mtime
```## Contributing
1. Fork it ( https://github.com/rosylilly/git-set-mtime/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request