gh icon indicating copy to clipboard operation
gh copied to clipboard

Easily manage your local git repos

Results 8 gh issues
Sort by recently updated
recently updated
newest added

Github just released a command line interface called gh: https://github.blog/2020-02-12-supercharge-your-command-line-experience-github-cli-is-now-in-beta/

Address issue https://github.com/jdxcode/gh/issues/44 (remove the backslash in the pathname if it is there).

Sometimes it is not possible (or reasonable) to put my github repos in the src directory. This is _especially_ true for language libraries, which often must be in a specific...

In fish shell tab completions for users worked file but tab completion for repositories gave an empty response. This is because of the line `string join \n $repos | sort...

It's a common scenario when you want to contribute to some project you first fork it and later need to sync with the upstream repository. So, you need to add...

I often have repos with multiple remotes corresponding to forks on github. It would be nice if `gh` had a sensible way to deal with that. I can think of...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....