1GIT-TOUCH(1) Git Extras GIT-TOUCH(1)
23
4
NAME
6git-touch - Touch and add file to the index
7
SYNOPSIS
9git-touch <filename>
10
DESCRIPTION
12Call touch on the given file and add it to the current index. Used
13one-step creating new files.
14
OPTIONS
16<filename>
1718
File to be touched.
19
EXAMPLES
21$ git touch Makefile
22
AUTHOR
24Written by Alex McHale <alexmchale@gmail.com>
25
REPORTING BUGS
27<https://github.com/tj/git-extras/issues>
28
SEE ALSO
30<https://github.com/tj/git-extras>
3132
33
34
October 2017 GIT-TOUCH(1)