-
-
Notifications
You must be signed in to change notification settings - Fork 851
Document GitHub CLI #861
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
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
za
added a commit
to za/devguide
that referenced
this issue
Jun 29, 2022
za
added a commit
to za/devguide
that referenced
this issue
Jun 29, 2022
za
added a commit
to za/devguide
that referenced
this issue
Jun 30, 2022
za
added a commit
to za/devguide
that referenced
this issue
Jun 30, 2022
ezio-melotti
pushed a commit
that referenced
this issue
Jul 1, 2022
* gh-861 Initial commit to document GitHub CLI on gitbootcamp.rst * gh-861 Address feedback * Numbered list * ssh formatting * code block removal Reference: #882 (review) * gh-861 Add <pr-id> * gh-861 Add short description and installation instruction. * gh-861 Reformat the hyperlink * gh-861 Make `gh auth login` in a separate section and fix the broken link. * gh-861 Address feedback from @hugovk #882 (review) * gh-861 Make the period not as part of the hyperlink. * gh-8161 Change to lowercase Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> * gh-861 No need to repeat CLI Feedback by @hugovk #882 (comment) * gh-861 Simplified introduction paragraph Feedback by @ezio-melotti #882 (comment) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
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: