FreeBSD Manual Pages
glab(1) glab(1) NAME glab-repo-remote-add - Add a Git remote for a GitLab project. SYNOPSIS glab repo remote add [flags] DESCRIPTION Add a Git remote for a GitLab project using a project reference. The remote name defaults to the first path component (the namespace), so the remote identifies where the repository lives. OPTIONS -n, --name="" Name for the remote (default: first path component) -p, --protocol="" Git protocol: ssh, https (default: git_protocol con- fig) OPTIONS INHERITED FROM PARENT COMMANDS -h, --help[=false] Show help for this command. EXAMPLE # Add a remote repository (remote named "alice") glab repo remote add alice/my-project # Add a remote repository with a custom name glab repo remote add alice/my-project --name upstream # Add a remote repository in a subgroup (remote named "group") glab repo remote add group/subgroup/my-project SEE ALSO glab-repo-remote(1) Auto generated by spf13/cobra Aug 2026 glab(1)
NAME | SYNOPSIS | DESCRIPTION | OPTIONS | OPTIONS INHERITED FROM PARENT COMMANDS | EXAMPLE | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glab-repo-remote-add&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>
