Skip to content

Commit

Permalink
add gitlab group clone
Browse files Browse the repository at this point in the history
  • Loading branch information
alzafacon committed May 29, 2024
1 parent a414fe4 commit 642e37b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pages/toolbox.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Toolbox of Software Developer Tricks, etc.
Useful little things are easy to lose

---
## GitLab: Clone all repos from a group
Install the `glab` cli tool first.

```
GITLAB_HOST=gitlab.example.com glab repo clone --group MyGroup --archived=false --preserve-namespace --paginate
```
---
## Docker: "bash" into a docker container
I often need to inspect docker images. The following is the command to do this and a break down of the options.
Expand Down

0 comments on commit 642e37b

Please sign in to comment.