From cfe968fc2478e375fa760a8269736b5948c01bd7 Mon Sep 17 00:00:00 2001 From: Grzegorz Dlugoszewski Date: Fri, 19 Jun 2020 20:52:14 +0200 Subject: [PATCH] Add missing header to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7412dbf..40efdcb 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,10 @@ `git-get` is a better way to clone, organize and manage multiple git repositories. -* [Description](#git-get) +* [Description](#description) * [Installation](#installation) * [Usage](#usage) * [git get](#git-get-1) - * [Dump file](#dump-file) * [git-list](#git-list) * [Configuration](#configuration) * [Env variables](#env-variables) @@ -18,6 +17,7 @@ * [Contributing](#contributing) * [Acknowledgments](#acknowledgments) +## Description `git-get` gives you two new git commands: - **`git get`** clones repositories into an automatically created directory tree based on repo's URL (like golang's [`go get`](https://golang.org/cmd/go/)). It's dotfiles friendly, meaning you can also give it a file with a list of repositories and it will clone all of them.