RUVIDEO
Поделитесь видео 🙏

gh - The GitHub CLI tool

#github #githubCLI #gh

GitHub has announced the beta of the command-line interface, called the GitHub CLI or 'gh' in the command line, which allows developers to type and execute code from the terminal rather than using a graphical integrated development environment (IDE) application.

The GitHub CLI beta is available today for macOS, Windows, and Linux - @

GitHub notes that the CLI is in "early development" but that it brings pull requests, issues, and more GitHub concepts to the terminal.

The current commands include pull requests for status, list, view, check out, and create. The issue commands include status, list, view, and create.

For many years, the hub was the unofficial GitHub CLI tool. While both hub and gh brings GitHub to the terminal, hub behaves as a proxy to git and gh is a standalone tool.

Installation - let me install on windows. The gh can be installed in windows through the scoop package
If not installed already install the scoop package.Execute the commands from Windows PowerShell

iex (new-object net.webclient).downloadstring('@')

scoop bucket add github-gh @op-gh.git
scoop install gh
scoop update gh

The first time you need to authorize the requests - this opens the GitHub UI for authorization, you should be switched to required branch other than master to create the PR
git checkout test-branch (create some change)
git pull origin test-branch
gh pr create pr1
gh pr status

the same way the issues can be managed. While in beta, GitHub CLI is available for the repositories hosted on GitHub.com only. It does not currently support repositories hosted on GitHub Enterprise Server or other hosting providers. Thanks all for watching the video, see you in the next video.

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «gh - The GitHub CLI tool», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.