git-touch - Man Page

Touch and add file to the index

Examples (TL;DR)

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

Author

Written by Alex McHale <alexmchale@gmail.com>

Reporting Bugs

<https://github.com/tj/git-extras/issues>

See Also

<https://github.com/tj/git-extras>

Referenced By

git-extras(1).

October 2017 Git Extras