参考リンク集
GitHub関連の公式ドキュメントや有用なリソースへのリンクをまとめます。
公式ドキュメント
Section titled “公式ドキュメント”GitHub
Section titled “GitHub”| リソース | URL |
|---|---|
| GitHub Docs | https://docs.github.com |
| GitHub Skills | https://skills.github.com |
| GitHub Blog | https://github.blog |
| GitHub Status | https://www.githubstatus.com |
| GitHub Changelog | https://github.blog/changelog |
GitHub製品別
Section titled “GitHub製品別”| 製品 | URL |
|---|---|
| GitHub Actions | https://docs.github.com/actions |
| GitHub Copilot | https://docs.github.com/copilot |
| GitHub Packages | https://docs.github.com/packages |
| GitHub Pages | https://docs.github.com/pages |
| GitHub Codespaces | https://docs.github.com/codespaces |
| GitHub CLI | https://cli.github.com/manual |
API ドキュメント
Section titled “API ドキュメント”| API | URL |
|---|---|
| REST API | https://docs.github.com/rest |
| GraphQL API | https://docs.github.com/graphql |
| GraphQL Explorer | https://docs.github.com/graphql/overview/explorer |
| Webhooks | https://docs.github.com/webhooks |
Git 公式
Section titled “Git 公式”| リソース | URL |
|---|---|
| Git公式 | https://git-scm.com |
| Git Book(日本語) | https://git-scm.com/book/ja |
| Git Reference | https://git-scm.com/docs |
学習リソース
Section titled “学習リソース”| リソース | 説明 |
|---|---|
| GitHub Skills | GitHubの公式学習コース |
| Git入門 | Atlassianによる入門ガイド |
| サル先生のGit入門 | 日本語の入門チュートリアル |
| リソース | 説明 |
|---|---|
| GitHub YouTube | 公式YouTubeチャンネル |
| Git & GitHub Crash Course | 人気の入門動画(英語) |
ツール・拡張機能
Section titled “ツール・拡張機能”VS Code拡張機能
Section titled “VS Code拡張機能”| 拡張機能 | 用途 |
|---|---|
| GitHub Copilot | AI補完 |
| GitHub Pull Requests | PR管理 |
| GitLens | Git拡張 |
| Git Graph | 履歴可視化 |
GUIクライアント
Section titled “GUIクライアント”| ツール | URL |
|---|---|
| GitHub Desktop | https://desktop.github.com |
| Sourcetree | https://www.sourcetreeapp.com |
| GitKraken | https://www.gitkraken.com |
| Fork | https://git-fork.com |
CLI ツール
Section titled “CLI ツール”| ツール | 説明 |
|---|---|
| GitHub CLI (gh) | 公式CLI |
| hub | GitHub用Git拡張(レガシー) |
| tig | テキストベースGitビューア |
| lazygit | ターミナルGUI |
便利なサービス
Section titled “便利なサービス”| サービス | 用途 |
|---|---|
| GitHub Actions | GitHub内蔵CI/CD |
| CircleCI | CI/CDサービス |
| Travis CI | CI/CDサービス |
| サービス | 用途 |
|---|---|
| Codecov | カバレッジ計測 |
| SonarCloud | コード品質分析 |
| Codacy | コード品質分析 |
ドキュメント
Section titled “ドキュメント”| サービス | 用途 |
|---|---|
| Read the Docs | ドキュメントホスティング |
| GitBook | ドキュメント作成 |
Actions マーケットプレイス
Section titled “Actions マーケットプレイス”人気のActions
Section titled “人気のActions”| Action | 用途 |
|---|---|
| actions/checkout | リポジトリのチェックアウト |
| actions/setup-node | Node.jsセットアップ |
| actions/cache | キャッシュ |
| actions/upload-artifact | アーティファクトアップロード |
セキュリティ
Section titled “セキュリティ”| Action | 用途 |
|---|---|
| github/codeql-action | CodeQLスキャン |
| snyk/actions | 脆弱性スキャン |
コミュニティ
Section titled “コミュニティ”フォーラム・Q&A
Section titled “フォーラム・Q&A”| サイト | URL |
|---|---|
| GitHub Community | https://github.community |
| Stack Overflow (GitHub) | https://stackoverflow.com/questions/tagged/github |
日本語リソース
Section titled “日本語リソース”| リソース | 説明 |
|---|---|
| Qiita (GitHub) | 日本語技術記事 |
| Zenn (GitHub) | 日本語技術記事 |
セキュリティ
Section titled “セキュリティ”| リソース | URL |
|---|---|
| GitHub Security Advisories | https://github.com/advisories |
| GitHub Bug Bounty | https://bounty.github.com |
ステータス・障害情報
Section titled “ステータス・障害情報”| リソース | URL |
|---|---|
| GitHub Status | https://www.githubstatus.com |
| Twitter (@githubstatus) | https://twitter.com/githubstatus |
| リソース | URL |
|---|---|
| GitHub Pricing | https://github.com/pricing |
| GitHub Education | https://education.github.com |
ブックマーク推奨
Section titled “ブックマーク推奨”最低限ブックマークしておくと便利なページ:
- GitHub Docs: https://docs.github.com
- GitHub Status: https://www.githubstatus.com
- GitHub CLI Manual: https://cli.github.com/manual
- Actions Marketplace: https://github.com/marketplace?type=actions
- GraphQL Explorer: https://docs.github.com/graphql/overview/explorer
Q1. GitHub公式の学習コースが提供されているサイトはどれですか?
Q2. GitHubの障害状況を確認できるサイトはどれですか?
Q3. GitHub CLIの公式マニュアルが公開されているURLはどれですか?