We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55aa562 commit e60bef7Copy full SHA for e60bef7
README.md
@@ -6,6 +6,10 @@ A command line package to backup your repositories in your local from Gitlab. Be
6
7
- node js v10 above
8
9
+### Tldr:
10
+
11
+`npx mmd-gitlab-backuper -t 'YOUR-ACCESS-TOKEN'`
12
13
### How to work:
14
15
- grab a Personal Access Token from your gitlab account.
@@ -25,7 +29,8 @@ Click on `Create personal access token` and after that grab your token:
25
29

26
30
27
31
- now run command below in witch directory you want to do backup:
28
- `npx mmd-gitlab-backuper -t 'YOUR-ACCESS-TOKEN'`
32
33
34
35
wooow!! that's all. Now your repos will be available in `./repos` directory.
36
0 commit comments