feat: Git資料をGitHub DesktopからVSCodeのGit機能ベースに刷新する#77
Open
takerucam wants to merge 5 commits into
Open
Conversation
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
force-pushed
the
miyake/fix-git-vscode
branch
from
July 22, 2026 10:05
a32647d to
bb46b1d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
git/ チュートリアルを GitHub Desktop 前提から、VSCode 標準の Git 機能(ソース管理ビュー)前提に全面刷新しました。
変更内容
git config初期設定 / 0-4. GitHub アカウント)。GitHub Desktop と違い VSCode は Git 本体を同梱しないため、インストールと初期設定を明示しましたgithub-desktop-slide→git-vscode-slideに変更(git-tutorial-2026に更新確認済み
git/内に「Github Desktop」への言及の残存ゼロ補足
.textlintrc.jsonが壊れている件(filtersの二重ネストでルールが一切適用されない)は、本 PR のスコープ外として未修正です🤖 Generated with Claude Code