Skip to content

Commit 4fcc127

Browse files
committed
chore(sorry): just dummy changes - EBD200AE
1 parent 7ad96ef commit 4fcc127

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ Recursive clone all projects into a namespace (group) in GitLab Server
2626
- [Visão Geral](#vis%C3%A3o-geral)
2727
- [Objetivo](#objetivo)
2828
- [Contexto e Motivação](#contexto-e-motiva%C3%A7%C3%A3o)
29-
- [Requirements](#requirements)
30-
- [Installation](#installation)
31-
- [Usage](#usage)
3229
- [Features](#features)
30+
- [Requirements](#requirements)
31+
- [Como Instalar?](#como-instalar)
32+
- [Como Usar?](#como-usar)
3333
- [Contribuição](#contribui%C3%A7%C3%A3o)
3434
- [Versionamento](#versionamento)
3535
- [Troubleshooting](#troubleshooting)
@@ -53,13 +53,24 @@ No dia a dia, muitas vezes precisamos clonar projetos do GitLab para nossa máqu
5353

5454
<p align="right">(<a href="#readme-top">back to top</a>)</p>
5555

56+
# Features
57+
58+
- Handle GitLab API authentication using a personal access token.
59+
- Recursively fetch projects from a specified GitLab group, including subgroups.
60+
- Clone each project's repository to a local directory.
61+
- Dry-run and list all recursively fetch projects/groups structure.
62+
- List all projects/groups structure in a tree representation.
63+
- Disable creation of root group in the local machine.
64+
65+
<p align="right">(<a href="#readme-top">back to top</a>)</p>
66+
5667
# Requirements
5768

5869
- Python >= 3.8
5970

6071
<p align="right">(<a href="#readme-top">back to top</a>)</p>
6172

62-
# Installation
73+
# Como Instalar?
6374

6475
```bash
6576
pip install -r requirements.txt --break-system-packages
@@ -68,7 +79,7 @@ pip install --break-system-packages .
6879

6980
<p align="right">(<a href="#readme-top">back to top</a>)</p>
7081

71-
# Usage
82+
# Como Usar?
7283

7384
> [!WARNING]
7485
>
@@ -77,17 +88,6 @@ pip install --break-system-packages .
7788
7889
<p align="right">(<a href="#readme-top">back to top</a>)</p>
7990

80-
# Features
81-
82-
- Handle GitLab API authentication using a personal access token.
83-
- Recursively fetch projects from a specified GitLab group, including subgroups.
84-
- Clone each project's repository to a local directory.
85-
- Dry-run and list all recursively fetch projects/groups structure.
86-
- List all projects/groups structure in a tree representation.
87-
- Disable creation of root group in the local machine.
88-
89-
<p align="right">(<a href="#readme-top">back to top</a>)</p>
90-
9191
# Contribuição
9292

9393
Gostaria de contribuir? Isso é ótimo! Temos um guia de contribuição para te ajudar. Clique [aqui](CONTRIBUTING.md) para lê-lo.

0 commit comments

Comments
 (0)