Difference between revisions of "Github Cli commands"

From Logic Wiki
Jump to: navigation, search
(Created page with "Category:Github Category:bash == PR == <pre> gh pr create --base develop --head <BRANCH_NAME> gh pr merge develop --squash --yes --delete-branch=false gh pr list gh p...")
 
(No difference)

Latest revision as of 15:02, 12 January 2026


PR

gh pr create --base develop --head <BRANCH_NAME>
gh pr merge develop --squash --yes --delete-branch=false
gh pr list
gh pr view 123
gh pr list --base main