From 10712064770e5ae73e72cbb139243392f7612019 Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Sun, 23 May 2021 02:23:43 +0200 Subject: [PATCH] git-touch: add page (#6015) --- pages/common/git-touch.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages/common/git-touch.md diff --git a/pages/common/git-touch.md b/pages/common/git-touch.md new file mode 100644 index 000000000..b19cfdf4b --- /dev/null +++ b/pages/common/git-touch.md @@ -0,0 +1,9 @@ +# 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 ...}}`