repositorypackage
0.0.2
Repository: https://github.com/rosylilly/git-set-mtime.git
Documentation: pkg.go.dev
# README
git-set-mtime
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-mtime
Usage
$ git set-mtime
Contributing
- Fork it ( https://github.com/rosylilly/git-set-mtime/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request