コンテンツにスキップ

参考リンク集

GitHub関連の公式ドキュメントや有用なリソースへのリンクをまとめます。

リソースURL
GitHub Docshttps://docs.github.com
GitHub Skillshttps://skills.github.com
GitHub Bloghttps://github.blog
GitHub Statushttps://www.githubstatus.com
GitHub Changeloghttps://github.blog/changelog
製品URL
GitHub Actionshttps://docs.github.com/actions
GitHub Copilothttps://docs.github.com/copilot
GitHub Packageshttps://docs.github.com/packages
GitHub Pageshttps://docs.github.com/pages
GitHub Codespaceshttps://docs.github.com/codespaces
GitHub CLIhttps://cli.github.com/manual
APIURL
REST APIhttps://docs.github.com/rest
GraphQL APIhttps://docs.github.com/graphql
GraphQL Explorerhttps://docs.github.com/graphql/overview/explorer
Webhookshttps://docs.github.com/webhooks
リソースURL
Git公式https://git-scm.com
Git Book(日本語)https://git-scm.com/book/ja
Git Referencehttps://git-scm.com/docs
リソース説明
GitHub SkillsGitHubの公式学習コース
Git入門Atlassianによる入門ガイド
サル先生のGit入門日本語の入門チュートリアル
リソース説明
GitHub YouTube公式YouTubeチャンネル
Git & GitHub Crash Course人気の入門動画(英語)
拡張機能用途
GitHub CopilotAI補完
GitHub Pull RequestsPR管理
GitLensGit拡張
Git Graph履歴可視化
ツールURL
GitHub Desktophttps://desktop.github.com
Sourcetreehttps://www.sourcetreeapp.com
GitKrakenhttps://www.gitkraken.com
Forkhttps://git-fork.com
ツール説明
GitHub CLI (gh)公式CLI
hubGitHub用Git拡張(レガシー)
tigテキストベースGitビューア
lazygitターミナルGUI
サービス用途
GitHub ActionsGitHub内蔵CI/CD
CircleCICI/CDサービス
Travis CICI/CDサービス
サービス用途
Codecovカバレッジ計測
SonarCloudコード品質分析
Codacyコード品質分析
サービス用途
Read the Docsドキュメントホスティング
GitBookドキュメント作成
Action用途
actions/checkoutリポジトリのチェックアウト
actions/setup-nodeNode.jsセットアップ
actions/cacheキャッシュ
actions/upload-artifactアーティファクトアップロード
Action用途
github/codeql-actionCodeQLスキャン
snyk/actions脆弱性スキャン
サイトURL
GitHub Communityhttps://github.community
Stack Overflow (GitHub)https://stackoverflow.com/questions/tagged/github
リソース説明
Qiita (GitHub)日本語技術記事
Zenn (GitHub)日本語技術記事
リソースURL
GitHub Security Advisorieshttps://github.com/advisories
GitHub Bug Bountyhttps://bounty.github.com
リソースURL
GitHub Statushttps://www.githubstatus.com
Twitter (@githubstatus)https://twitter.com/githubstatus
リソースURL
GitHub Pricinghttps://github.com/pricing
GitHub Educationhttps://education.github.com

最低限ブックマークしておくと便利なページ:

  1. GitHub Docs: https://docs.github.com
  2. GitHub Status: https://www.githubstatus.com
  3. GitHub CLI Manual: https://cli.github.com/manual
  4. Actions Marketplace: https://github.com/marketplace?type=actions
  5. GraphQL Explorer: https://docs.github.com/graphql/overview/explorer

Q1. GitHub公式の学習コースが提供されているサイトはどれですか?

Q2. GitHubの障害状況を確認できるサイトはどれですか?

Q3. GitHub CLIの公式マニュアルが公開されているURLはどれですか?