Github 6

How to use GitHub Copilot for Xcode

Issue #985

During GitHub Universe 2024, GitHub announced that GitHub Copilot code completion in Xcode is available in public preview. The project is open source at CopilotForXcode

image

GitHub Copilot has been available as VS Code extension for a while, …

How to setup multiple git accounts for GitHub and Bitbucket

Issue #514

Generate SSH keys

ssh-keygen -t rsa -C "onmyway133@gmail.com" -f "id_rsa_github"
ssh-keygen -t rsa -C "onmyway133bitbucket@gmail.com" -f "id_rsa_bitbucket"

pbcopy < ~/.ssh/id_rsa_github.pub
pbcopy < …

How to show documentations for GitHub projects

Issue #481

  • Use jazzy to generate documentation which the generated artifacts in docs folder
  • GitHub has a nifty feature to use docs as GitHub pages
Screenshot 2019-10-31 at 10 49 35

How to use remote theme for GitHub Pages

Issue #248

Visit https://github.com/onmyway133/onmyway133.github.io


https://github.blog/2017-11-29-use-any-theme-with-github-pages/

Starting today, you can use any of the hundreds of community-curated themes on GitHub.com. To build your site with …

Commit as another user on GitHub

Issue #118

GitHub identifies users by email, so you can totally commit using someone ’s email. This is how to configure in SourceTree

sourcetree

Badge in GitHub

Issue #117

GitHub is so awesome. It is where people around the world collaborate with each other. It is more awesome to show more about you in your GitHub profile. How about a badge? a welcome text? It is doable with organization. GitHub takes time …