Command Reference
GitHub CLI (gh)
Read Operations
View Token
gh auth tokenView Auth Status
gh auth statusSearch Repo by Owner
gh search repos --owner <USERNAME>Search Repo without any flags
gh repo listList secrets
gh secret listList all open PRs
gh pr listCopy PR from Web to local
View difference in PR
Write Operations
Authentication with PAT
Create secret
Create pull request from local
Merge PR from local
Git CLI (git)
Read Operations
Write Operations
Create a new branch
Switch branch
Add files to GIT
Commit
Push to GitHub web
Push changes from another branch
Pull Origin Branch (In Cases of Difference)
Rebase Branch
Clone Repo
Last updated