Skip to content

Commit 42354b1

Browse files
committed
Update README_ja.md
1 parent 5451bde commit 42354b1

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

README_ja.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,31 @@
1313
![Git](https://img.shields.io/badge/Git-whitesmoke?style=for-the-badge&logo=git)
1414

1515

16+
## 演習
17+
18+
| インデックス | 名前 | 難易度 | 練習 |
19+
|----------------|------------------------------------------------|----------|-----------------------------------------------------------------------------------------------------------------------------------|
20+
| 01 | 🎯 🔵 Git プロジェクトを初期化する | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-initialize-git-project-385166'>チャレンジを開始</a> |
21+
| 02 | 🎯 🟢 サブモジュールを追加する | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-add-a-submodule-challenge-12611'>チャレンジを開始</a> |
22+
| 03 | 🎯 🟢 欠落しているサブモジュールをクローンする | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-clone-missing-submodules-challenge-12620'>チャレンジを開始</a> |
23+
| 04 | 🎯 🟢 ファストフォワードマージの無効化 | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-disable-fast-forward-merging-challenge-12642'>チャレンジを開始</a> |
24+
| 05 | 🎯 🟢 Git 設定ファイルを編集する | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-edit-git-configuration-file-challenge-12645'>チャレンジを開始</a> |
25+
| 06 | 🎯 🟢 現在のブランチ名を取得する | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-get-the-current-branch-name-challenge-12633'>チャレンジを開始</a> |
26+
| 07 | 🎯 🟢 ブランチをマージする | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-merge-a-branch-challenge-12655'>チャレンジを開始</a> |
27+
| 08 | 🎯 🟢 既定のプッシュ ブランチ名を設定する | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-set-default-push-branch-name-challenge-12672'>チャレンジを開始</a> |
28+
| 09 | 🎯 🟢 コミット間の変更を表示する | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-view-changes-between-commits-challenge-12684'>チャレンジを開始</a> |
29+
| 10 | 🎯 🟢 元に戻す履歴を表示する | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-view-undo-history-challenge-12696'>チャレンジを開始</a> |
30+
| 11 | 🎯 🔵 ファイル変更をキャンセルする | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-cancel-file-change-387714'>チャレンジを開始</a> |
31+
| 12 | 🎯 🟢 ステージング エリアにファイルを追加する | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-add-files-to-the-staging-area-challenge-12675'>チャレンジを開始</a> |
32+
| 13 | 🎯 🔵 Git コマンドの自動修正 | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-autocorrect-git-commands-challenge-12614'>チャレンジを開始</a> |
33+
| 14 | 🎯 🟢 最初の人気のあるリポジトリをクローンする | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-clone-the-first-trending-repository-12621'>チャレンジを開始</a> |
34+
| 15 | 🎯 🟢 git のテキストエディタを構成する | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-configure-the-git-text-editor-challenge-12673'>チャレンジを開始</a> |
35+
| 16 | 🎯 🟢 現在の状態を表示する | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-view-current-status-challenge-12695'>チャレンジを開始</a> |
36+
| 17 | 🎯 🟢 リポジトリのビジュアルグラフを表示する | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-view-a-visual-graph-of-the-repository-challenge-12685'>チャレンジを開始</a> |
37+
| 18 | 🎯 🟢 GitHub を使った Git の設定 | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-git-configuration-with-github-23'>チャレンジを開始</a> |
38+
| 19 | 🎯 🔵 Git の基本:追加、コミット、状態、差分 | 初級 | <a target='_blank' href='https://labex.io/ja/labs/shell-git-fundamentals-add-commit-status-diff-387715'>チャレンジを開始</a> |
39+
| 20 | 🎯 🟢 最初の Git リポジトリを作成する | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-create-your-first-git-repository-12632'>チャレンジを開始</a> |
40+
1641
## 環境
1742

1843
LabEx は、コーディングとテクノロジーに特化したインタラクティブな実践学習プラットフォームです。ラボ、AI 支援、仮想マシンを組み合わせて、ビデオなしの実践的な学習体験を提供します。
@@ -23,35 +48,10 @@ LabEx は、コーディングとテクノロジーに特化したインタラ
2348
- ブラウザ内のインタラクティブなオンライン環境で、自動化されたステップバイステップのチェック機能。
2449
- スキルツリーベースのシステムによる構造化されたコンテンツ組織。
2550
- 30 のスキルツリーと 6,000 以上のラボを含む成長し続ける学習リソース。
26-
- ChatGPT を基盤とした AI 学習アシスタント Labby による対話型学習体験。
51+
- 最新の AI モデルを基盤とした学習アシスタント Labby による対話型学習体験。
2752

2853
詳細について [LabEx VM](https://support.labex.io/using-labex/virtual-machine).
2954

30-
## 演習
31-
32-
| インデックス | 名前 | 難易度 | 練習 |
33-
|----------------|---------------------------------------------|----------|-----------------------------------------------------------------------------------------------------------------------------------|
34-
| 01 | 🎯 Git プロジェクトを初期化する | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-initialize-git-project-385166'>チャレンジを開始</a> |
35-
| 02 | 🎯 サブモジュールを追加する | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-add-a-submodule-challenge-12611'>チャレンジを開始</a> |
36-
| 03 | 🎯 欠落しているサブモジュールをクローンする | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-clone-missing-submodules-challenge-12620'>チャレンジを開始</a> |
37-
| 04 | 🎯 ファストフォワードマージの無効化 | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-disable-fast-forward-merging-challenge-12642'>チャレンジを開始</a> |
38-
| 05 | 🎯 Git 設定ファイルを編集する | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-edit-git-configuration-file-challenge-12645'>チャレンジを開始</a> |
39-
| 06 | 🎯 現在のブランチ名を取得する | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-get-the-current-branch-name-challenge-12633'>チャレンジを開始</a> |
40-
| 07 | 🎯 ブランチをマージする | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-merge-a-branch-challenge-12655'>チャレンジを開始</a> |
41-
| 08 | 🎯 既定のプッシュ ブランチ名を設定する | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-set-default-push-branch-name-challenge-12672'>チャレンジを開始</a> |
42-
| 09 | 🎯 コミット間の変更を表示する | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-view-changes-between-commits-challenge-12684'>チャレンジを開始</a> |
43-
| 10 | 🎯 元に戻す履歴を表示する | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-view-undo-history-challenge-12696'>チャレンジを開始</a> |
44-
| 11 | 🎯 ファイル変更をキャンセルする | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-cancel-file-change-387714'>チャレンジを開始</a> |
45-
| 12 | 🎯 ステージング エリアにファイルを追加する | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-add-files-to-the-staging-area-challenge-12675'>チャレンジを開始</a> |
46-
| 13 | 🎯 Git コマンドの自動修正 | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-autocorrect-git-commands-challenge-12614'>チャレンジを開始</a> |
47-
| 14 | 🎯 最初の人気のあるリポジトリをクローンする | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-clone-the-first-trending-repository-12621'>チャレンジを開始</a> |
48-
| 15 | 🎯 git のテキストエディタを構成する | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-configure-the-git-text-editor-challenge-12673'>チャレンジを開始</a> |
49-
| 16 | 🎯 現在の状態を表示する | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-view-current-status-challenge-12695'>チャレンジを開始</a> |
50-
| 17 | 🎯 リポジトリのビジュアルグラフを表示する | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-view-a-visual-graph-of-the-repository-challenge-12685'>チャレンジを開始</a> |
51-
| 18 | 🎯 GitHub を使った Git の設定 | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-git-configuration-with-github-23'>チャレンジを開始</a> |
52-
| 19 | 🎯 Git の基本:追加、コミット、状態、差分 | 初級 | <a target='_blank' href='https://labex.io/ja/labs/shell-git-fundamentals-add-commit-status-diff-387715'>チャレンジを開始</a> |
53-
| 20 | 🎯 最初の Git リポジトリを作成する | 初級 | <a target='_blank' href='https://labex.io/ja/labs/git-create-your-first-git-repository-12632'>チャレンジを開始</a> |
54-
5555
## その他
5656

5757
- 🔗 [Git プログラミングコース](https://github.com/labex-labs/awesome-programming-courses)

0 commit comments

Comments
 (0)