Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/gemstones/git/00-gh_cli_installation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Installing and Setting Up GitHub CLI on Rocky Linux
author: Wale Soyinka
Contributor: Ganna Zhyrnova
tags:
- GitHub CLI
- gh
Expand All @@ -10,7 +11,7 @@ tags:

## Introduction

This gemstone covers the installation and basic setup of the GitHub CLI tool (gh) on Rocky Linux system, enabling users to interact with GitHub repositories directly from the command line.
This gemstone covers the installation and basic setup of the GitHub CLI tool (gh) on the Rocky Linux system. This tool enables users to interact with GitHub repositories directly from the command line.

## Problem Description

Expand All @@ -20,7 +21,7 @@ Users need a convenient way to interact with GitHub without leaving the command

- A system running Rocky Linux
- Access to a terminal
- Basic familiarity with command line operations
- Basic familiarity with command-line operations
- An existing Github account

## Procedure
Expand Down Expand Up @@ -52,5 +53,5 @@ You should now have the GitHub CLI installed and set up on your Rocky Linux 9.3

## Additional Information (Optional)

- GitHub CLI provides various commands like `gh repo clone`, `gh pr create`, `gh issue list`, and so on.
- For more detailed usage, refer to the [official GitHub CLI documentation](https://cli.github.com/manual/).
- The GitHub CLI provides various commands, such as `gh repo clone`, `gh pr create`, `gh issue list`, and so on.
- For more detailed usage, refer to the [official GitHub CLI documentation](https://cli.github.com/manual/).