tj.git-extras/man/git-touch.1
Tj Holowaychuk 99d324308b Built docs
2010-10-31 11:51:12 -07:00

32 lines
675 B
Groff

.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-TOUCH" "1" "October 2010" "" "Git Extras"
.
.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>