glab
AnduinOS Verified App - Open Source
GLab is an AnduinOS verified app and it runs awesome on AnduinOS, with easy installation and automatic updates.
GLab is an open source GitLab CLI tool. It brings GitLab to your terminal, next to where you are already working with git and your code, without switching between windows and browser tabs. source code
Run the following command to install glab on AnduinOS:
sudo apt install glab
Login your github account:
glab auth login
Create a private gitlab repository:
glab repo create my-project --private --defaultBranch master
Checkout the gitlab repository in browser:
glab repo view -w
Checkout the official repository for more tips!
Also checkout gh if you are using github.