tj.git-extras/man/git-touch.1
2012-09-25 14:13:53 +08:00

32 lines
663 B
Groff

.\" generated with Ronn/v0.7.3
.\" https://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-TOUCH" "1" "July 2012" "" ""
.
.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"
<\fIhttp://github\.com/visionmedia/git\-extras/issues\fR>
.
.SH "SEE ALSO"
<\fIhttp://github\.com/visionmedia/git\-extras\fR>