This is the command git-touch that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
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.
EXAMPLES
$ git touch Makefile
Use git-touch online using onworks.net services