mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
32 lines
650 B
Groff
32 lines
650 B
Groff
.\" generated with Ronn/v0.7.3
|
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
|
.
|
|
.TH "GIT\-TOUCH" "1" "December 2015" "" ""
|
|
.
|
|
.SH "NAME"
|
|
\fBgit\-touch\fR \- Touch and add file to the index
|
|
.
|
|
.SH "SYNOPSIS"
|
|
\fBgit\-touch\fR <filename>
|
|
.
|
|
.SH "DESCRIPTION"
|
|
Call \fBtouch\fR on the given file and add it to the current index\. Used one\-step creating new files\.
|
|
.
|
|
.SH "OPTIONS"
|
|
<filename>
|
|
.
|
|
.P
|
|
File to be touched\.
|
|
.
|
|
.SH "EXAMPLES"
|
|
$ git touch Makefile
|
|
.
|
|
.SH "AUTHOR"
|
|
Written by Alex McHale <\fIalexmchale@gmail\.com\fR>
|
|
.
|
|
.SH "REPORTING BUGS"
|
|
<\fIhttps://github\.com/tj/git\-extras/issues\fR>
|
|
.
|
|
.SH "SEE ALSO"
|
|
<\fIhttps://github\.com/tj/git\-extras\fR>
|