git-touch (1) Linux Manual Page
git-touch – Touch and add file to the index
Synopsis
git-touch <filename>Description
Call touch on the given file and add it to the current index. Used one-step creating new files.Options
<filename> File to be touched.
