6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-04 17:24:49 +00:00

Add missing header to readme

This commit is contained in:
Grzegorz Dlugoszewski
2020-06-19 20:52:14 +02:00
parent a7f849543b
commit cfe968fc24

View File

@@ -6,11 +6,10 @@
`git-get` is a better way to clone, organize and manage multiple git repositories. `git-get` is a better way to clone, organize and manage multiple git repositories.
* [Description](#git-get) * [Description](#description)
* [Installation](#installation) * [Installation](#installation)
* [Usage](#usage) * [Usage](#usage)
* [git get](#git-get-1) * [git get](#git-get-1)
* [Dump file](#dump-file)
* [git-list](#git-list) * [git-list](#git-list)
* [Configuration](#configuration) * [Configuration](#configuration)
* [Env variables](#env-variables) * [Env variables](#env-variables)
@@ -18,6 +17,7 @@
* [Contributing](#contributing) * [Contributing](#contributing)
* [Acknowledgments](#acknowledgments) * [Acknowledgments](#acknowledgments)
## Description
`git-get` gives you two new git commands: `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. - **`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.