Skip to content

Instantly share code, notes, and snippets.

View alexsan-dev's full-sized avatar

ALEX BISSOUTA alexsan-dev

View GitHub Profile
@typovrak
typovrak / issues-pr-rebasing-cli-git-gh.md
Last active June 23, 2025 16:28
GitHub workflow management using only CLI (git + gh)

🖥️ Managing issues, PRs, and rebasing using only CLI (git + gh)

0. 🔧 Prerequisites

  • Navigate to your repository in terminal.
  • Ensure git and GitHub CLI (gh) are installed on your system.

1. 🎫 Create an issue

gh issue create
#
# This is the main Apache HTTP server configuration file. It contains the
# configuration directives that give the server its instructions.
# See <URL:http://httpd.apache.org/docs/2.2> for detailed information.
# In particular, see
# <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
# for a discussion of each configuration directive.
#
# Do NOT simply read the instructions in here without understanding
# what they do. They're here only as hints or reminders. If you are unsure