.ie \n(.g .ds Aq \(aq .el .ds Aq ' .TH git-warp-time 1 "git-warp-time " .SH NAME git\-warp\-time \- CLI utility that resets the timestamps of files in a Git repository working directory to the exact timestamp of the last commit which modified each file .SH SYNOPSIS \fBgit\-warp\-time\fR [\fB\-d\fR|\fB\-\-dirty\fR] [\fB\-i\fR|\fB\-\-ignored\fR] [\fB\-q\fR|\fB\-\-quiet\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fIPATHS\fR] .SH DESCRIPTION CLI utility that resets the timestamps of files in a Git repository working directory to the exact timestamp of the last commit which modified each file .SH OPTIONS .TP \fB\-d\fR, \fB\-\-dirty\fR Include files tracked by Git but modifications in the working tee .TP \fB\-i\fR, \fB\-\-ignored\fR Include files tracked by Git but also ignored .TP \fB\-q\fR, \fB\-\-quiet\fR Don\*(Aqt print any output about files touched or skipped .TP \fB\-h\fR, \fB\-\-help\fR Print help .TP [\fIPATHS\fR] Optional list of paths to operate on instead of default which is all files tracked by Git .SH AUTHORS Caleb Maclennan