From 6f2699a458355e9f2fdc72dd1bd02a7aeb8fe7d6 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Tue, 1 Jun 2021 16:19:54 +0100 Subject: [PATCH] git-setup: add page (#6057) --- pages/common/git-setup.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pages/common/git-setup.md diff --git a/pages/common/git-setup.md b/pages/common/git-setup.md new file mode 100644 index 0000000000..361d967046 --- /dev/null +++ b/pages/common/git-setup.md @@ -0,0 +1,13 @@ +# git setup + +> Create a Git repository in a specific directory and commit all files. +> Part of `git-extras`. +> More information: . + +- Create a Git repository in the current directory and commit all files: + +`git setup` + +- Create a Git repository in a specific directory and commit all files: + +`git setup {{path/to/directory}}`