Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Merge github.com:profclems/glab into ft-live-pipeline-view
Browse files Browse the repository at this point in the history
  • Loading branch information
profclems committed Aug 13, 2020
2 parents 586aa0e + 9cf1377 commit 57f138d
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,17 +132,25 @@ If a supported binary for your OS is not found at the [releases page](https://gi
$ sudo mv ./bin/glab /usr/bin/
```

4. Run `glab help` to check if it worked.
4. Run `glab version` to check if it worked and `glab config -g` to set up


## Setting Up
## Configuration
**To set configuration for current directory (must be a git repository)**
```sh
glab config --token=<YOUR-GITLAB-ACCESS-TOKEN> --url=https://gitlab.com
glab config // Will be prompted for details

or

glab config --token=<YOUR-GITLAB-ACCESS-TOKEN> --url=https://gitlab.com --remote-var=origin
```
**To set configuration globally**
```sh
glab config global --token=<YOUR-GITLAB-ACCESS-TOKEN> --url=https://gitlab.com
glab config --global // Will be prompted for details

or

glab config --global --token=<YOUR-GITLAB-ACCESS-TOKEN> --url=https://gitlab.com --remote-var=origin
```
**For initial releases up to v1.6.1**
```sh
Expand Down

0 comments on commit 57f138d

Please sign in to comment.