this post was submitted on 13 Dec 2023
484 points (94.3% liked)

Programmer Humor

18396 readers
681 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] OpenPassageways@lemmy.zip 5 points 7 months ago (1 children)

I primarily use GitHub CLI to interact with the GitHub API, not Git. I don't really see it as an extension of the Git CLI, which I use much more frequently. Everything you can do with it can also be done through their REST API.

I use it for things that aren't really git features, like:

Syncing repository admin, pull request, and branch control settings across multiple repositories

Checking the status of self-hosted actions runners

Creating pull requests, auto-approving them

[โ€“] Shinji_Ikari@hexbear.net 1 points 7 months ago

Thanks for the explanation, that does sound useful.