Clement Sam

Results 117 comments of Clement Sam

`glab` saves the selected base repository in the local git config in the format `remote..glab-resolved`. You can unset it with: ``` git config --unset remote..glab-resolved ``` After unsetting it, glab...

@bodqhrohro, just to bring to your notice, you're running a much older version of glab btw

Hi @neiesc, thanks for bringing this up! I remember I wanted to work on this sometime ago but I couldn't find time to look into this. I could use some...

Thanks @neiesc

Nice suggestion @ksandvik... I will work on this during the holidays this week... It is however, open if anyone would want to work on this

@mboutet thanks for opening this issue. I have actually considered adding a global `--json` flag to most of the commands but I haven't had time to think about the implementation....

Started working on the documentation site Repo: https://github.com/profclems/glab-docs Site: https://glab-cli.netlify.app TODO: - [ ] Fix [/cmd/gen-docs](https://github.com/profclems/glab/blob/trunk/cmd/gen-docs/docs.go) to generate markdown files instead of rst - [ ] Set up CI to...

@jeanphibaconnais I actually want to host the documentation site on GitLab pages. I haven't hosted on GitLab pages before. I'm open if you'd like to help

Yes @jeanphibaconnais... I'm even thinking of moving glab to glab-cli group namespace on both GitLab and GitHub

Here are a few things we need to do: * [ ] Enable merge requests on the GitLab Mirror (https://gitlab.com/profclems/glab) * [ ] GitLab CI / GitHub Action workflow to...