1GIT-TOUCH(1)                      Git Extras                      GIT-TOUCH(1)
2
3
4

NAME

6       git-touch - Touch and add file to the index
7

SYNOPSIS

9       git-touch <filename>
10

DESCRIPTION

12       Call  touch  on  the  given  file and add it to the current index. Used
13       one-step creating new files.
14

OPTIONS

16       <filename>
17
18       File to be touched.
19

EXAMPLES

21       $ git touch Makefile
22

AUTHOR

24       Written 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>
31
32
33
34                                 October 2017                     GIT-TOUCH(1)
Impressum