Loading...
Loading...
Compare original and translation side by side
ghghgh --versionThe GitHub CLI () is required but not installed. Please install it:gh
- macOS:
brew install gh- Other: https://cli.github.com/
gh --versionGitHub CLI()是必需工具但尚未安装,请进行安装:gh
- macOS:
brew install gh- 其他系统:https://cli.github.com/
gh auth statusgh auth logingh auth statusgh auth loginci-fixweb-design-guidelinesci-fixweb-design-guidelinesgit statusgit statusgh pr list --head $(git branch --show-current) --json number,title,urlgh pr viewgh pr list --head $(git branch --show-current) --json number,title,urlgh pr viewgit branch --show-currentmainmastergit branch --show-currentmainmastergit remote show origin | grep "HEAD branch"mainmastergit remote show origin | grep "HEAD branch"mainmastergit log origin/main..HEAD --oneline --no-decorategit log origin/main..HEAD --oneline --no-decorategit diff origin/main..HEAD --statgit diff origin/main..HEAD --stat#123fixes #123closes #123fix/issue-123feature/123-new-login#123fixes #123closes #123fix/issue-123feature/123-new-loginfeat:fix:docs:refactor:test:chore:feat/fix/docs/feat: Add user authentication with OAuthfix: Resolve memory leak in data processingdocs: Update API documentation for v2 endpointsrefactor: Simplify error handling logictest: Add integration tests for payment flowchore: Update dependencies to latest versionsfeat: Add user authentication with OAuth (#123)fix(auth): Resolve memory leak in data processing (fixes #456)feat:fix:docs:refactor:test:chore:feat/fix/docs/feat: Add user authentication with OAuthfix: Resolve memory leak in data processingdocs: Update API documentation for v2 endpointsrefactor: Simplify error handling logictest: Add integration tests for payment flowchore: Update dependencies to latest versionsfeat: Add user authentication with OAuth (#123)fix(auth): Resolve memory leak in data processing (fixes #456)git fetch origin
git rebase origin/maingit rebase -i origin/maingit fetch origin
git rebase origin/maingit rebase -i origin/maingit push origin HEADgit push origin HEAD --force-with-leasegit push origin HEADgit push origin HEAD --force-with-lease.github/pull_request_template.mdFixes #123Closes #456.github/pull_request_template.mdFixes #123Closes #456--draft--draft--draft--draftgh pr create --title "PR_TITLE" --body "PR_BODY" --base maingh pr create --title "PR_TITLE" --body "PR_BODY" --base main --draftgh pr create --title "PR_TITLE" --body "PR_BODY" --base maingh pr create --title "PR_TITLE" --body "PR_BODY" --base main --draftgh pr view --webgh pr view --webgh pr edit --add-reviewer USERNAMEgh pr edit --add-label "bug"gh pr edit --add-reviewer USERNAMEgh pr edit --add-label "bug"git push -u origin HEADgh pr viewgit push -u origin HEADgh pr viewghgh