--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # git touch > Create new files and add them to the index. > Part of `git-extras`. > More information: . - Create new files and add them to the index: `git touch {{path/to/file1 path/to/file2 ...}}`