diff --git a/pages/common/git-touch.md b/pages/common/git-touch.md new file mode 100644 index 0000000000..b19cfdf4b7 --- /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 ...}}`