New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document GitHub CLI #861
Labels
Comments
|
Note, there is already a short mention of GitHub CLI: https://devguide.python.org/gitbootcamp/#downloading-other-s-patches |
za
added a commit
to za/devguide
that referenced
this issue
Jun 6, 2022
za
added a commit
to za/devguide
that referenced
this issue
Jun 7, 2022
* Numbered list * ssh formatting * code block removal Reference: python#882 (review)
za
added a commit
to za/devguide
that referenced
this issue
Jun 7, 2022
za
added a commit
to za/devguide
that referenced
this issue
Jun 7, 2022
za
added a commit
to za/devguide
that referenced
this issue
Jun 7, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://cli.github.com/ should be documented in https://devguide.python.org/gitbootcamp/, on its own FAQ and/or integrated with the other FAQs.
Useful commands (shared on Discord):
gh auth login(once)gh pr create: to create a PRgh pr checkout: to checkout others' PRsgh config set git_protocol ssh(once): to be able to push to others' PRsgh config set browser "/Applications/Firefox.app/Contents/MacOS/firefox": to set the browserThe text was updated successfully, but these errors were encountered: