Touch and add file to the index
git-touch <filename>
Call touch on the given file and add it to the current index. Used one-step creating new files.
<filename>
File to be touched.
$ git touch Makefile
Written by Alex McHale <[email protected]>
<https://github.com/visionmedia/git-extras/issues>
<https://github.com/visionmedia/git-extras>