File: git-touch.1

package info (click to toggle)
git-extras 7.3.0-1
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 1,988 kB
  • sloc: sh: 4,235; python: 634; makefile: 146
file content (31 lines) | stat: -rw-r--r-- 659 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-TOUCH" "1" "October 2017" "" "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"
<\fIhttps://github\.com/tj/git\-extras/issues\fR>
.
.SH "SEE ALSO"
<\fIhttps://github\.com/tj/git\-extras\fR>