Skip to content

feat: Git資料をGitHub DesktopからVSCodeのGit機能ベースに刷新する#77

Open
takerucam wants to merge 5 commits into
mainfrom
miyake/fix-git-vscode
Open

feat: Git資料をGitHub DesktopからVSCodeのGit機能ベースに刷新する#77
takerucam wants to merge 5 commits into
mainfrom
miyake/fix-git-vscode

Conversation

@takerucam

Copy link
Copy Markdown
Contributor

概要

git/ チュートリアルを GitHub Desktop 前提から、VSCode 標準の Git 機能(ソース管理ビュー)前提に全面刷新しました。

変更内容

  • README.md: 事前準備を再構成(0-1. Git 本体のインストール / 0-2. VSCode / 0-3. git config 初期設定 / 0-4. GitHub アカウント)。GitHub Desktop と違い VSCode は Git 本体を同梱しないため、インストールと初期設定を明示しました
  • docs.md / slide.md: 1-3 を「VSCodeのGit機能とは何か?」に変更し、操作編 2-1〜2-7 の練習手順を VSCode の操作に書き換え
    • clone: URL コピー →「Git リポジトリのクローン」
    • branch: ステータスバーからの作成・切り替え
    • commit: ソース管理ビューでのステージ → コミット
    • log: ソース管理ビューの「グラフ」
    • push: 「Branch の発行」+ 初回の GitHub サインインフロー
    • fetch / pull: 「...」メニュー
    • Git の概念説明・mermaid 図・Pull Request 章(GitHub Web での操作)は旧資料から踏襲
  • 画像: スクリーンショットを VSCode(日本語 UI)で撮り直し、通し番号を振り直し(PR 章の6枚は旧画像を流用)
  • gh-pages.yml: 公開スライドの出力名を github-desktop-slidegit-vscode-slide に変更(⚠️ 旧 URL は無効になります)
  • 練習リポジトリを git-tutorial-2026 に更新

確認済み

  • Marp CLI で HTML / PDF がビルドできること(CI と同等のオプション)
  • 全102枚のスライドを PNG 化し、文字の重なり・見切れがないことを目視確認(折り返した見出しがヘッダーと重なる箇所は見出し短縮・スライド分割で解消済み)
  • 画像参照切れゼロ、git/ 内に「Github Desktop」への言及の残存ゼロ
  • README の目次アンカーが docs.md の見出しと一致

補足

  • .textlintrc.json が壊れている件(filters の二重ネストでルールが一切適用されない)は、本 PR のスコープ外として未修正です

🤖 Generated with Claude Code

miyake and others added 5 commits July 22, 2026 19:04
GitHub Desktopの画面17枚と概念図1枚を削除し、VSCode(日本語UI)で
撮影した22枚を追加する。流用するPull Request章の6枚とファイル作成の
2枚は新しい通し番号にリネームする。

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1-3をVSCodeのGit機能(ソース管理ビュー)の紹介に変更し、操作編
2-1〜2-7の練習手順をVSCodeでの操作に書き換える。Gitの概念説明・
mermaid図・Pull Request章は旧資料から踏襲する。練習リポジトリを
git-tutorial-2026に更新する。

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
docs.mdと同じ章立て・画像でスライドを書き直す。折り返した見出しが
ヘッダーと重なるスライドは、見出しの短縮とスライド分割で解消する。

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
GitHub DesktopはGit本体を同梱するがVSCodeは同梱しないため、
事前準備をGitのインストール・git configの初期設定・GitHubアカウント
の準備に再構成する。目次とスライドURLも新構成に合わせる。

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
資料の内容がGitHub Desktopではなくなるため、github-desktop-slideの
出力名を実態に合わせる。旧URLは無効になる。

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@takerucam
takerucam force-pushed the miyake/fix-git-vscode branch from a32647d to bb46b1d Compare July 22, 2026 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant