Skip to content
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

Open
ezio-melotti opened this issue May 10, 2022 · 1 comment · May be fixed by #882
Open

Document GitHub CLI #861

ezio-melotti opened this issue May 10, 2022 · 1 comment · May be fixed by #882

Comments

@ezio-melotti
Copy link
Member

@ezio-melotti ezio-melotti commented May 10, 2022

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 PR
  • gh pr checkout: to checkout others' PRs
  • gh config set git_protocol ssh (once): to be able to push to others' PRs
  • gh config set browser "/Applications/Firefox.app/Contents/MacOS/firefox": to set the browser
@erlend-aasland
Copy link
Contributor

@erlend-aasland erlend-aasland commented May 10, 2022

Note, there is already a short mention of GitHub CLI: https://devguide.python.org/gitbootcamp/#downloading-other-s-patches

@za za linked a pull request Jun 6, 2022 that will close this issue
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 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants