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}}`